fixed spelling.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@386274 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-03-16 06:17:01 +00:00
parent ea94429a2f
commit 4e15e1b177
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ abstract public class TransportBrokerTestSupport extends BrokerTest {
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