Fix the annotation of setCredentialsMatcher method in AuthenticatingRealm class
diff --git a/core/src/main/java/org/apache/shiro/realm/AuthenticatingRealm.java b/core/src/main/java/org/apache/shiro/realm/AuthenticatingRealm.java
index 87c1bc5..0a19b6e 100644
--- a/core/src/main/java/org/apache/shiro/realm/AuthenticatingRealm.java
+++ b/core/src/main/java/org/apache/shiro/realm/AuthenticatingRealm.java
@@ -198,7 +198,7 @@
     }
 
     /**
-     * Sets the CrendialsMatcher used during an authentication attempt to verify submitted credentials with those
+     * Sets the CredentialsMatcher used during an authentication attempt to verify submitted credentials with those
      * stored in the system.  The implementation of this matcher can be switched via configuration to
      * support any number of schemes, including plain text comparisons, hashing comparisons, and others.
      * <p/>