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

@@ -35,7 +35,7 @@ func (n *Needle) Append(w io.Writer, version Version) (size uint32, err error) {
}
}(s, end)
} else {
err = fmt.Errorf("Cnnot Read Current Volume Position: %v", e)
err = fmt.Errorf("Cannot Read Current Volume Position: %v", e)
return
}
}