diff --git a/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java b/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java
index d1218cf400..2e11f725ae 100755
--- a/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java
+++ b/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java
@@ -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
* start the connection
diff --git a/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java b/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java
index 40a5e056ce..7ad510bb7d 100755
--- a/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java
+++ b/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java
@@ -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
* start the connection