Merge pull request #717 from johnktims/patch-1

* patch-1:
  Fix typo
master
Stephane Nicoll 10 years ago
commit 34afe215fd
  1. 2
      spring-core/src/main/java/org/springframework/core/OrderComparator.java

@ -44,7 +44,7 @@ public class OrderComparator implements Comparator<Object> {
/**
* Build an adapted order comparator with the given soruce provider.
* Build an adapted order comparator with the given source provider.
* @param sourceProvider the order source provider to use
* @return the adapted comparator
* @since 4.1

Loading…
Cancel
Save