Skip to content

Commit

Permalink
Merge pull request square#2524 from glureau/patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
JakeWharton authored Oct 13, 2017
2 parents af406dd + ed8db11 commit bbcd0a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public static void main(String... args) {
}

@Override public void networkError(IOException e) {
System.err.println("NETOWRK ERROR " + e.getMessage());
System.err.println("NETWORK ERROR " + e.getMessage());
}

@Override public void unexpectedError(Throwable t) {
Expand Down

0 comments on commit bbcd0a5

Please sign in to comment.