aboutsummaryrefslogtreecommitdiffstats
path: root/common.go
diff options
context:
space:
mode:
authorSergio Arbeo <serabe@gmail.com>2017-01-30 13:16:46 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2017-01-30 13:16:46 +0100
commit5eadb67a4cafdb614b33e0bdf2fd9a996fec55d3 (patch)
treee24d97f4eb6211d8eaa54afba44b72957e159675 /common.go
parent4e53c11a0889d2e2925145f8202107bfb53a16eb (diff)
downloadgo-git-5eadb67a4cafdb614b33e0bdf2fd9a996fec55d3.tar.gz
Fix typos in git docs (#230)
Diffstat (limited to 'common.go')
-rw-r--r--common.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.go b/common.go
index ef1db3b..72b7b4b 100644
--- a/common.go
+++ b/common.go
@@ -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