Author: lhazlewood
Date: Tue Dec 13 03:02:05 2011
New Revision: 1213545
URL: http://svn.apache.org/viewvc?rev=1213545&view=rev
Log:
Minor spelling fix
Modified:
shiro/trunk/core/src/main/java/org/apache/shiro/realm/text/TextConfigurationRealm.java
Modified:
shiro/trunk/core/src/main/java/org/apache/shiro/realm/text/TextConfigurationRealm.java
URL:
http://svn.apache.org/viewvc/shiro/trunk/core/src/main/java/org/apache/shiro/realm/text/TextConfigurationRealm.java?rev=1213545&r1=1213544&r2=1213545&view=diff
==============================================================================
---
shiro/trunk/core/src/main/java/org/apache/shiro/realm/text/TextConfigurationRealm.java
(original)
+++
shiro/trunk/core/src/main/java/org/apache/shiro/realm/text/TextConfigurationRealm.java
Tue Dec 13 03:02:05 2011
@@ -38,7 +38,7 @@ import java.util.*;
* specifies a name and an optional collection of assigned Permissions. Users
can be assigned Roles, and Roles can be
* assigned Permissions. By transitive association, each User 'has' all of
their Role's Permissions.
* <p/>
- * User and user-to-role definitinos are specified via the {@link
#setUserDefinitions} method and
+ * User and user-to-role definitions are specified via the {@link
#setUserDefinitions} method and
* Role-to-permission definitions are specified via the {@link
#setRoleDefinitions} method.
*
* @since 0.9