Skip to content

Commit

Permalink
Fixing a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Mar 3, 2018
1 parent bd022f4 commit 5fcbb56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public Preferences(Reader defaults, Reader reader) {
} finally {
try {
Closeables.close(reader, true);
} catch (IOException ignoted) {
} catch (IOException ignored) {
}
}
}
Expand Down

0 comments on commit 5fcbb56

Please sign in to comment.