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


Reply via email to