fixed typeo

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@541260 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2007-05-24 10:31:16 +00:00
parent 9d53c53dc8
commit 72cee90f7a
2 changed files with 2 additions and 2 deletions

View File

@ -1514,7 +1514,7 @@ public class ActiveMQConnection implements Connection, TopicConnection, QueueCon
}
/**
* Enables the timemout from a connection creation to when a warning is generated
* Enables the timeout from a connection creation to when a warning is generated
* if the connection is not properly started via {@link #start()}. It is a very
* common gotcha to forget to
* <a href="http://activemq.apache.org/i-am-not-receiving-any-messages-what-is-wrong.html">start the connection</a>

View File

@ -765,7 +765,7 @@ public class ActiveMQConnectionFactory extends JNDIBaseStorable implements Conne
}
/**
* Enables the timemout from a connection creation to when a warning is generated
* Enables the timeout from a connection creation to when a warning is generated
* if the connection is not properly started via {@link Connection#start()}. It is a very
* common gotcha to forget to
* <a href="http://activemq.apache.org/i-am-not-receiving-any-messages-what-is-wrong.html">start the connection</a>