fix log spelling typo

This commit is contained in:
Dave Brosius
2014-02-06 19:58:20 -05:00
parent 42d0470d94
commit cdd2324ab5

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.");
}