Resolve Conflicts

This commit is contained in:
Chris Lu
2015-01-14 09:56:13 -08:00
5 changed files with 5 additions and 5 deletions

View File

@@ -175,7 +175,7 @@ func (v *Volume) write(n *Needle) (size uint32, err error) {
}
var offset int64
if offset, err = v.dataFile.Seek(0, 2); err != nil {
glog.V(0).Infof("faile to seek the end of file: %v", err)
glog.V(0).Infof("failed to seek the end of file: %v", err)
return
}