From 1714f8a76dc2bd502fa3a407a7acc93ea255a1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 30 Sep 2016 09:23:17 +0300 Subject: [PATCH] Spelling fixes --- .../apache/activemq/artemis/junit/ActiveMQConsumerResource.java | 2 +- .../activemq/artemis/core/server/files/FileStoreMonitor.java | 2 +- .../org/apache/activemq/artemis/core/server/impl/QueueImpl.java | 2 +- docs/user-manual/en/protocols-interoperability.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/artemis-junit/src/main/java/org/apache/activemq/artemis/junit/ActiveMQConsumerResource.java b/artemis-junit/src/main/java/org/apache/activemq/artemis/junit/ActiveMQConsumerResource.java index 65f5392b7a..8af0610468 100644 --- a/artemis-junit/src/main/java/org/apache/activemq/artemis/junit/ActiveMQConsumerResource.java +++ b/artemis-junit/src/main/java/org/apache/activemq/artemis/junit/ActiveMQConsumerResource.java @@ -112,7 +112,7 @@ public class ActiveMQConsumerResource extends AbstractActiveMQClientResource { } /** - * Enable/Disable the automatic creation of non-existant queues. The default is to automatically create non-existant queues + * Enable/Disable the automatic creation of non-existent queues. The default is to automatically create non-existent queues * * @param autoCreateQueue */ diff --git a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/files/FileStoreMonitor.java b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/files/FileStoreMonitor.java index 972cbdde4a..0f2c1ae3e5 100644 --- a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/files/FileStoreMonitor.java +++ b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/files/FileStoreMonitor.java @@ -31,7 +31,7 @@ import org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent; import org.jboss.logging.Logger; /** - * This will keep a list of fileStores. It will make a comparisson on all file stores registered. if any is over the limit, + * This will keep a list of fileStores. It will make a comparison on all file stores registered. if any is over the limit, * all Callbacks will be called with over. * * For instance: if Large Messages folder is registered on a different folder and it's over capacity, diff --git a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java index d60dc56b14..bf6b725e6b 100644 --- a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java +++ b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java @@ -2220,7 +2220,7 @@ public class QueueImpl implements Queue { acknowledge(tx, ref); } - @SuppressWarnings({"ArrayToString", "ArrayToStringConcatentation"}) + @SuppressWarnings({"ArrayToString", "ArrayToStringConcatenation"}) private void moveBetweenSnFQueues(final SimpleString queueSuffix, final Transaction tx, final MessageReference ref) throws Exception { diff --git a/docs/user-manual/en/protocols-interoperability.md b/docs/user-manual/en/protocols-interoperability.md index c5b32a1c75..c3ea5169f2 100644 --- a/docs/user-manual/en/protocols-interoperability.md +++ b/docs/user-manual/en/protocols-interoperability.md @@ -138,7 +138,7 @@ specific features into Apache ActiveMQ Artemis. ### Connection Monitoring -OpenWire has a few paramters to control how each connection is monitored, they are: +OpenWire has a few parameters to control how each connection is monitored, they are: * maxInactivityDuration: It specifies the time (milliseconds) after which the connection is closed by the broker if no data was received.