You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2016/05/05 01:44:30 UTC

[03/12] cxf git commit: CXF-6890 - "afirmative" is mispelled in debug output

CXF-6890 - "afirmative" is mispelled in debug output


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

Branch: refs/heads/master-jaxrs-2.1
Commit: 3ed1543fb6d16083bad28db9b25eef270a4e1c1e
Parents: 8b3243e
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Wed May 4 10:30:20 2016 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Wed May 4 10:30:20 2016 +0100

----------------------------------------------------------------------
 .../src/main/java/org/apache/cxf/transport/http/HTTPConduit.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/3ed1543f/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java
----------------------------------------------------------------------
diff --git a/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java b/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java
index 9d4635b..adebe09 100644
--- a/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java
+++ b/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java
@@ -1792,7 +1792,7 @@ public abstract class HTTPConduit
                 if (LOG.isLoggable(Level.FINE)) {
                     LOG.log(Level.FINE, "No Trust Decider for Conduit '"
                         + conduitName
-                        + "'. An afirmative Trust Decision is assumed.");
+                        + "'. An affirmative Trust Decision is assumed.");
                 }
             }
         }