fix some typos in source comments

Signed-off-by: bin liu <liubin0329@gmail.com>
This commit is contained in:
bin liu
2015-04-17 12:39:52 +00:00
parent 3bf989585c
commit f3f46307f2
7 changed files with 10 additions and 10 deletions

View File

@@ -182,7 +182,7 @@ func (lw *layerWriter) resumeHashAt(offset int64) error {
}
if offset == int64(lw.resumableDigester.Len()) {
// State of digester is already at the requseted offset.
// State of digester is already at the requested offset.
return nil
}