Skip to content

Commit

Permalink
Merge pull request square#55 from kageiit/master
Browse files Browse the repository at this point in the history
Fixed Typo in GzipSourceTest.java
  • Loading branch information
swankjesse committed Apr 30, 2014
2 parents e462d43 + 521fec4 commit 0cde088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okio/src/test/java/okio/GzipSourceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ private Buffer gunzip(Buffer gzipped) throws IOException {
return result;
}

/** This source keeps track of whether its read have returned -1. */
/** This source keeps track of whether its read has returned -1. */
static class ExhaustableSource implements Source {
private final Source source;
private boolean exhausted;
Expand Down

0 comments on commit 0cde088

Please sign in to comment.