summaryrefslogtreecommitdiff
path: root/repository.go
diff options
context:
space:
mode:
authorreujab <[email protected]>2017-07-11 23:52:13 -0400
committerreujab <[email protected]>2017-07-11 23:52:13 -0400
commita119b21dbb1b3b2720a269ed6253b3e76764c7c8 (patch)
tree4e8df05b4f9a04c31e3d2fa4721481251ba30023 /repository.go
parent7969aefd42abf3d3d93397760e54c872493e0972 (diff)
fixed typos
Diffstat (limited to 'repository.go')
-rw-r--r--repository.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/repository.go b/repository.go
index abf8b71..d8de97a 100644
--- a/repository.go
+++ b/repository.go
@@ -19,10 +19,10 @@ type Repository struct {
Remotes RemoteCollection
// Submodules represents the collection of submodules and can
// be used to add, remove and configure submodules in this
- // repostiory.
+ // repository.
Submodules SubmoduleCollection
// References represents the collection of references and can
- // be used to create, remove or update refernces for this repository.
+ // be used to create, remove or update references for this repository.
References ReferenceCollection
// Notes represents the collection of notes and can be used to
// read, write and delete notes from this repository.