[java-identity-provider] branch master updated: Fix typos

Tom Zeller tzeller at dragonacea.biz
Tue Jul 18 16:12:29 EDT 2017


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=ef70372adcf2bf5c5c132ff6999697cb07ee57de

The following commit(s) were added to refs/heads/master by this push:
       new  ef70372   Fix typos
ef70372 is described below

commit ef70372adcf2bf5c5c132ff6999697cb07ee57de
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jul 18 15:12:23 2017 -0500

    Fix typos
---
 .../idp/attribute/resolver/spring/dc/impl/ManagedConnectionParser.java  | 2 +-
 .../attribute/resolver/spring/dc/ldap/impl/LDAPDataConnectorParser.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/impl/ManagedConnectionParser.java b/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/impl/ManagedConnectionParser.java
index 28725c7..20a708f 100644
--- a/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/impl/ManagedConnectionParser.java
+++ b/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/impl/ManagedConnectionParser.java
@@ -103,7 +103,7 @@ public class ManagedConnectionParser {
         
         if ((containerManagedElements.size() + applicationManagedElements.size()) > 1) {
             LoggerFactory.getLogger(ManagedConnectionParser.class).warn("Only one <ApplicationManagedConnection> or "+
-                                    "<ContainerManagedConnection> is allows per DataConnector,"+
+                                    "<ContainerManagedConnection> is allowed per DataConnector,"+
                     " <ContainerManagedConnection> used.");
         }
         
diff --git a/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/impl/LDAPDataConnectorParser.java b/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/impl/LDAPDataConnectorParser.java
index a4145bf..5eef8b3 100644
--- a/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/impl/LDAPDataConnectorParser.java
+++ b/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/impl/LDAPDataConnectorParser.java
@@ -262,7 +262,7 @@ public class LDAPDataConnectorParser extends AbstractWarningDataConnectorParser
             Constraint.isNotNull(config, "LDAPDirectory element cannot be null");
             configElement = config;
             logPrefix = prefix; 
-            // warn about deprecated (rmeoved?) attribute
+            // warn about deprecated (removed?) attribute
             if (AttributeSupport.hasAttribute(config, new QName("mergeResults"))) {
                 DeprecationSupport.warn(ObjectType.ATTRIBUTE,  "mergeResults", prefix, null);
             }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list