From caaebb1b567852da8ca12ff1869b55c8dfa8e47b Mon Sep 17 00:00:00 2001 From: Baruch Even Date: Mon, 2 Dec 2013 23:21:46 +0200 Subject: [PATCH] Fix spelling mistake in snapshot.go comment --- snapshot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapshot.go b/snapshot.go index 4f416f741a..dcdcac304d 100644 --- a/snapshot.go +++ b/snapshot.go @@ -52,7 +52,7 @@ func (ss *Snapshot) save() error { return err } - // force the change writting to disk + // force the change writing to disk file.Sync() return err }