You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2015/11/25 10:52:31 UTC

cxf-fediz git commit: Minor spelling correction

Repository: cxf-fediz
Updated Branches:
  refs/heads/master 128f03c3e -> 0f0fa6a38


Minor spelling correction


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/0f0fa6a3
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/0f0fa6a3
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/0f0fa6a3

Branch: refs/heads/master
Commit: 0f0fa6a38ec45cbfc1f8ece3e5c13e62f1b6fe0e
Parents: 128f03c
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Nov 19 17:15:53 2015 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Wed Nov 25 09:51:49 2015 +0000

----------------------------------------------------------------------
 .../java/org/apache/cxf/fediz/tomcat7/FederationAuthenticator.java | 2 +-
 .../java/org/apache/cxf/fediz/tomcat8/FederationAuthenticator.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0f0fa6a3/plugins/tomcat7/src/main/java/org/apache/cxf/fediz/tomcat7/FederationAuthenticator.java
----------------------------------------------------------------------
diff --git a/plugins/tomcat7/src/main/java/org/apache/cxf/fediz/tomcat7/FederationAuthenticator.java b/plugins/tomcat7/src/main/java/org/apache/cxf/fediz/tomcat7/FederationAuthenticator.java
index 958a403..3ab6f97 100644
--- a/plugins/tomcat7/src/main/java/org/apache/cxf/fediz/tomcat7/FederationAuthenticator.java
+++ b/plugins/tomcat7/src/main/java/org/apache/cxf/fediz/tomcat7/FederationAuthenticator.java
@@ -245,7 +245,7 @@ public class FederationAuthenticator extends FormAuthenticator {
             
         } else {
             LOG.warn("The 'wctx' parameter has not been provided back with signin request. "
-                + "Trying to resume now with singin URL (without parameters)");
+                + "Trying to resume now with signin URL (without parameters)");
             originalURL = request.getRequestURI();
         }
         try {

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/0f0fa6a3/plugins/tomcat8/src/main/java/org/apache/cxf/fediz/tomcat8/FederationAuthenticator.java
----------------------------------------------------------------------
diff --git a/plugins/tomcat8/src/main/java/org/apache/cxf/fediz/tomcat8/FederationAuthenticator.java b/plugins/tomcat8/src/main/java/org/apache/cxf/fediz/tomcat8/FederationAuthenticator.java
index e8d1a49..4d173ab 100644
--- a/plugins/tomcat8/src/main/java/org/apache/cxf/fediz/tomcat8/FederationAuthenticator.java
+++ b/plugins/tomcat8/src/main/java/org/apache/cxf/fediz/tomcat8/FederationAuthenticator.java
@@ -235,7 +235,7 @@ public class FederationAuthenticator extends FormAuthenticator {
             
         } else {
             LOG.warn("The 'wctx' parameter has not been provided back with signin request. "
-                + "Trying to resume now with singin URL (without parameters)");
+                + "Trying to resume now with signin URL (without parameters)");
             originalURL = request.getRequestURI();
         }
         try {