summaryrefslogtreecommitdiff
path: root/repository.go
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2017-09-03 20:12:52 +0200
committerGitHub <[email protected]>2017-09-03 20:12:52 +0200
commita2e6f1db859c3f5856e165b9f0f69af749f08d4f (patch)
tree038cb651adc52a9d28234cb77943fa32a05a14d4 /repository.go
parent7718e373f648e3b4c8ae6d0c2000ff2a980d9f2e (diff)
parent24637b369fd36152bc70925bc93c0c91fbe94c01 (diff)
Merge pull request #398 from reujab/master
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.