Browse Source

fix log spelling typo

pull/457/head
Dave Brosius 12 years ago
parent
commit
cdd2324ab5
  1. 2
      spring-context/src/main/java/org/springframework/context/support/SimpleThreadScope.java

2
spring-context/src/main/java/org/springframework/context/support/SimpleThreadScope.java

@ -74,7 +74,7 @@ public class SimpleThreadScope implements Scope { @@ -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.");
}

Loading…
Cancel
Save