Skip to content

Commit

Permalink
Grammar - Fixes netty#1598
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed Jul 18, 2013
1 parent 568166d commit ef17a9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ private void reportLeak() {
logger.warn(
"LEAK: " + resourceType + " was GC'd before being released correctly. " +
"The following stack trace shows where the leaked object was created, " +
"rather than who failed to release it where.", ref.exception);
"rather than where you failed to release it.", ref.exception);
}
}
}
Expand Down

0 comments on commit ef17a9c

Please sign in to comment.