Merge pull request #1482 from stweil/master

Fix some typos in comments and strings
This commit is contained in:
Brian Bland 2016-02-23 14:08:21 -08:00
commit bb4d128523
6 changed files with 7 additions and 7 deletions

View file

@ -66,7 +66,7 @@ func (hrs *httpReadSeeker) Read(p []byte) (n int, err error) {
return 0, hrs.err
}
// If we seeked to a different position, we need to reset the
// If we sought to a different position, we need to reset the
// connection. This logic is here instead of Seek so that if
// a seek is undone before the next read, the connection doesn't
// need to be closed and reopened. A common example of this is