You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ma...@apache.org on 2016/08/09 10:24:35 UTC

[3/4] activemq-artemis git commit: Spelling fixes

Spelling fixes


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/3aa6d34e
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/3aa6d34e
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/3aa6d34e

Branch: refs/heads/master
Commit: 3aa6d34e3d51d5a3ff6dff70342ef0554632260f
Parents: abf9484
Author: Ville Skytt� <vi...@iki.fi>
Authored: Tue Aug 9 11:42:24 2016 +0300
Committer: Martyn Taylor <mt...@redhat.com>
Committed: Tue Aug 9 11:24:22 2016 +0100

----------------------------------------------------------------------
 artemis-distribution/src/main/resources/README.html         | 2 +-
 examples/features/ha/application-layer-failover/readme.html | 2 +-
 examples/features/standard/jms-bridge/readme.html           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/3aa6d34e/artemis-distribution/src/main/resources/README.html
----------------------------------------------------------------------
diff --git a/artemis-distribution/src/main/resources/README.html b/artemis-distribution/src/main/resources/README.html
index b708568..d9fb198 100644
--- a/artemis-distribution/src/main/resources/README.html
+++ b/artemis-distribution/src/main/resources/README.html
@@ -97,7 +97,7 @@ e.g.<br><br>
 
 $ ./artemis run --config xml:/home/artemis/bootstrap.xml<br><br>
 
-It is possible to configure run time paramters in the artemis.conf (artemis.conf.bat for windows) file under the "bin" directory of the broker directory.
+It is possible to configure run time parameters in the artemis.conf (artemis.conf.bat for windows) file under the "bin" directory of the broker directory.
 
 <h2>Stopping the Broker</h2>
 

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/3aa6d34e/examples/features/ha/application-layer-failover/readme.html
----------------------------------------------------------------------
diff --git a/examples/features/ha/application-layer-failover/readme.html b/examples/features/ha/application-layer-failover/readme.html
index b60a66d..c5248aa 100644
--- a/examples/features/ha/application-layer-failover/readme.html
+++ b/examples/features/ha/application-layer-failover/readme.html
@@ -36,7 +36,7 @@ under the License.
          This listener will then be called by ActiveMQ Artemis in the event that connection failure is detected.</p>
      <p>User code in the ExceptionListener can then recreate any JMS Connection, Session, etc on another node and the application
      can continue.</p>
-     <p>Application-Layer failover is an alternative approach to High Availabilty (HA).</p>
+     <p>Application-Layer failover is an alternative approach to High Availability (HA).</p>
      <p>Application-Layer failover differs from automatic failover in that some client side coding is required in order
      to implement this. Also, with Application-Layer failover, since the old Session object dies and a new is created, any uncommitted
      work in the old Session will be lost, and any unacknowledged messages might be redelivered.</p>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/3aa6d34e/examples/features/standard/jms-bridge/readme.html
----------------------------------------------------------------------
diff --git a/examples/features/standard/jms-bridge/readme.html b/examples/features/standard/jms-bridge/readme.html
index 1ee0ff6..182f7fa 100644
--- a/examples/features/standard/jms-bridge/readme.html
+++ b/examples/features/standard/jms-bridge/readme.html
@@ -48,7 +48,7 @@ under the License.
      </ol>
      <h3>JMS Bridge Configuration</h3>
      <p>The JMS Bridge is a <abbr title="Plain Old Java Object">POJO</abbr> that we configure with both source and target
-        JNDI configurations. In the actual example we are programatically creating the Bridge, however the following section
+        JNDI configurations. In the actual example we are programmatically creating the Bridge, however the following section
         describes how you would do this if you wanted to deploy with an actual ActiveMQ Artemis server via the activemq-beans.xml.
 
      <h4>Configuring the Bridge with the JBoss Microcontainer</h4>