Skip to content

Commit

Permalink
Merge pull request #15 from EdwardBetts/spelling
Browse files Browse the repository at this point in the history
correct spelling mistake
  • Loading branch information
philhofer authored Sep 5, 2017
2 parents 1612a29 + 7f183db commit bb6d471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion writer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (c chunkedWriter) Write(p []byte) (int, error) {
return n, nil
}

// analagous to Write(), but w/ str
// analogous to Write(), but w/ str
func (c chunkedWriter) WriteString(s string) (int, error) {
l := len(s)
n := 0
Expand Down

0 comments on commit bb6d471

Please sign in to comment.