mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
fix log spelling typo
This commit is contained in:
+1
-1
@@ -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.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user