Merge pull request #457 from mebigfatguy/master

Fix typo in log output for SimpleThreadScope
This commit is contained in:
Sam Brannen 2014-02-07 12:15:06 +01:00
commit f1d146f305
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class SimpleThreadScope implements Scope {
@Override
public void registerDestructionCallback(String name, Runnable callback) {
logger.warn("SimpleThreadScope does not support descruction callbacks. " +
logger.warn("SimpleThreadScope does not support destruction callbacks. " +
"Consider using a RequestScope in a Web environment.");
}