You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/03/16 07:17:02 UTC

svn commit: r386274 - /incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/TransportBrokerTestSupport.java

Author: chirino
Date: Wed Mar 15 22:17:01 2006
New Revision: 386274

URL: http://svn.apache.org/viewcvs?rev=386274&view=rev
Log:
fixed spelling.

Modified:
    incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/TransportBrokerTestSupport.java

Modified: incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/TransportBrokerTestSupport.java
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/TransportBrokerTestSupport.java?rev=386274&r1=386273&r2=386274&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/TransportBrokerTestSupport.java (original)
+++ incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/TransportBrokerTestSupport.java Wed Mar 15 22:17:01 2006
@@ -63,7 +63,7 @@
         URI bindURI = getBindURI();
         
         // Note: on platforms like OS X we cannot bind to the actual hostname, so we
-        // instead use the orignal host name (typically localhost) to bind to 
+        // instead use the original host name (typically localhost) to bind to 
         
         URI actualURI = connector.getServer().getConnectURI();
         URI connectURI = new URI(actualURI.getScheme(), actualURI.getUserInfo(), bindURI.getHost(), actualURI.getPort(), actualURI.getPath(), actualURI