From 5eadb67a4cafdb614b33e0bdf2fd9a996fec55d3 Mon Sep 17 00:00:00 2001 From: Sergio Arbeo Date: Mon, 30 Jan 2017 13:16:46 +0100 Subject: Fix typos in git docs (#230) --- common.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common.go') 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 -- cgit