Fix spelling mistake in snapshot.go comment

pull/820/head
Baruch Even 2013-12-02 23:21:46 +02:00 committed by Xiang Li
parent 749f09af61
commit caaebb1b56
1 changed files with 1 additions and 1 deletions

View File

@ -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
}