diff options
author | Sergio Arbeo <serabe@gmail.com> | 2017-01-30 13:16:46 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2017-01-30 13:16:46 +0100 |
commit | 5eadb67a4cafdb614b33e0bdf2fd9a996fec55d3 (patch) | |
tree | e24d97f4eb6211d8eaa54afba44b72957e159675 /common.go | |
parent | 4e53c11a0889d2e2925145f8202107bfb53a16eb (diff) | |
download | go-git-5eadb67a4cafdb614b33e0bdf2fd9a996fec55d3.tar.gz |
Fix typos in git docs (#230)
Diffstat (limited to 'common.go')
-rw-r--r-- | common.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ import ( // Storer is a generic storage of objects, references and any information // related to a particular repository. Some Storer implementations persist the -// information in an system directory (such as `.git`) and others -// implementations are in memmory being ephemeral +// information in a system directory (such as `.git`) and others +// implementations are in memory being ephemeral type Storer interface { storer.EncodedObjectStorer storer.ReferenceStorer |