diff --git a/cluster-ha-singleton/README.md b/cluster-ha-singleton/README.md
index f423782537..81eb8a20dd 100644
--- a/cluster-ha-singleton/README.md
+++ b/cluster-ha-singleton/README.md
@@ -45,7 +45,7 @@ Start the JBoss EAP Server with a HA profile
_Note: You must start the server using the HA profile or the singleton service will not start correctly._
-Start the the two JBoss EAP servers with the HA profile by typing the following commands. You must pass a socket binding port offset on the command to start the second server.
+Start the two JBoss EAP servers with the HA profile by typing the following commands. You must pass a socket binding port offset on the command to start the second server.
If you are using Linux:
diff --git a/contacts-jquerymobile/src/main/webapp/js/libs/additional-methods-1.12.0.js b/contacts-jquerymobile/src/main/webapp/js/libs/additional-methods-1.12.0.js
index 5d86717da1..d05813c44b 100644
--- a/contacts-jquerymobile/src/main/webapp/js/libs/additional-methods-1.12.0.js
+++ b/contacts-jquerymobile/src/main/webapp/js/libs/additional-methods-1.12.0.js
@@ -181,7 +181,7 @@ jQuery.validator.addMethod( "cifES", function( value ) {
}, "Please specify a valid CIF number." );
/* NOTICE: Modified version of Castle.Components.Validator.CreditCardValidator
- * Redistributed under the the Apache License 2.0 at http://www.apache.org/licenses/LICENSE-2.0
+ * Redistributed under the Apache License 2.0 at http://www.apache.org/licenses/LICENSE-2.0
* Valid Types: mastercard, visa, amex, dinersclub, enroute, discover, jcb, unknown, all (overrides all other settings)
*/
jQuery.validator.addMethod("creditcardtypes", function(value, element, param) {
diff --git a/contacts-jquerymobile/src/main/webapp/js/libs/additional-methods-1.13.1.js b/contacts-jquerymobile/src/main/webapp/js/libs/additional-methods-1.13.1.js
index dd328bd23b..bbf5301dae 100644
--- a/contacts-jquerymobile/src/main/webapp/js/libs/additional-methods-1.13.1.js
+++ b/contacts-jquerymobile/src/main/webapp/js/libs/additional-methods-1.13.1.js
@@ -189,7 +189,7 @@ $.validator.addMethod( "cifES", function( value ) {
}, "Please specify a valid CIF number." );
/* NOTICE: Modified version of Castle.Components.Validator.CreditCardValidator
- * Redistributed under the the Apache License 2.0 at http://www.apache.org/licenses/LICENSE-2.0
+ * Redistributed under the Apache License 2.0 at http://www.apache.org/licenses/LICENSE-2.0
* Valid Types: mastercard, visa, amex, dinersclub, enroute, discover, jcb, unknown, all (overrides all other settings)
*/
$.validator.addMethod("creditcardtypes", function(value, element, param) {
@@ -937,4 +937,4 @@ $.validator.addMethod("ziprange", function(value, element) {
return this.optional(element) || /^90[2-5]\d\{2\}-\d{4}$/.test(value);
}, "Your ZIP-code must be in the range 902xx-xxxx to 905xx-xxxx");
-}));
\ No newline at end of file
+}));
diff --git a/contacts-jquerymobile/src/main/webapp/js/libs/jquery.mobile-1.4.2.js b/contacts-jquerymobile/src/main/webapp/js/libs/jquery.mobile-1.4.2.js
index 7734c5dcaf..3b041219e6 100644
--- a/contacts-jquerymobile/src/main/webapp/js/libs/jquery.mobile-1.4.2.js
+++ b/contacts-jquerymobile/src/main/webapp/js/libs/jquery.mobile-1.4.2.js
@@ -9379,7 +9379,7 @@ $.widget( "mobile.flipswitch", $.extend({
this._proxy = false;
//this stops dragging of the handle and brings the active track to the front
- //this makes clicks on the track go the the last handle used
+ //this makes clicks on the track go the last handle used
this.element.find( "input" ).trigger( "vmouseup" );
this._sliderFirst.css( "z-index", first ? 1 : "" );
},
@@ -10997,7 +10997,7 @@ $.widget( "mobile.popup", {
url += hashkey;
}
- // swallow the the initial navigation event, and bind for the next
+ // swallow the initial navigation event, and bind for the next
this.window.one( "beforenavigate", function( theEvent ) {
theEvent.preventDefault();
self._open( options );
diff --git a/contacts-jquerymobile/src/main/webapp/js/libs/lodash-2.4.1.js b/contacts-jquerymobile/src/main/webapp/js/libs/lodash-2.4.1.js
index d653e5aed7..1c63da9961 100644
--- a/contacts-jquerymobile/src/main/webapp/js/libs/lodash-2.4.1.js
+++ b/contacts-jquerymobile/src/main/webapp/js/libs/lodash-2.4.1.js
@@ -5340,7 +5340,7 @@
* to the debounced function will return the result of the last `func` call.
*
* Note: If `leading` and `trailing` options are `true` `func` will be called
- * on the trailing edge of the timeout only if the the debounced function is
+ * on the trailing edge of the timeout only if the debounced function is
* invoked more than once during the `wait` timeout.
*
* @static
@@ -5670,7 +5670,7 @@
* return the result of the last `func` call.
*
* Note: If `leading` and `trailing` options are `true` `func` will be called
- * on the trailing edge of the timeout only if the the throttled function is
+ * on the trailing edge of the timeout only if the throttled function is
* invoked more than once during the `wait` timeout.
*
* @static
diff --git a/helloworld-jms/remove-jms.cli b/helloworld-jms/remove-jms.cli
index e5e2f7e7f7..818221ae9f 100644
--- a/helloworld-jms/remove-jms.cli
+++ b/helloworld-jms/remove-jms.cli
@@ -1,4 +1,4 @@
-# Batch script to remove the the JMS configuration from the JBoss EAP server
+# Batch script to remove the JMS configuration from the JBoss EAP server
# Start batching commands
batch
diff --git a/jta-crash-rec/README.md b/jta-crash-rec/README.md
index a483eed6f9..5ec21ce0b6 100644
--- a/jta-crash-rec/README.md
+++ b/jta-crash-rec/README.md
@@ -153,7 +153,7 @@ Test the application
JTA Crash Record Quickstart: key value pair updated via JMS
* Check that the row you inserted in step 4 now contains the text `updated via JMS`, showing that the JMS message was recovered successfully. Use the application URL to perform this check.
- * You will most likely see the following messages in the the server log.
+ * You will most likely see the following messages in the server log.
WARN [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffff7f000001:1040a11d:534ede43:1c, node_name=1, branch_uid=0:ffff7f000001:1040a11d:534ede43:20, subordinatenodename=null, eis_name=java:jboss/datasources/JTACrashRecQuickstartDS >, heuristic: TwoPhaseOutcome.FINISH_OK, product: H2/1.3.168-redhat-2 (2012-07-13), jndiName: java:jboss/datasources/JTACrashRecQuickstartDS com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@788f0ec1 >
WARN [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016038: No XAResource to recover < formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffff7f000001:1040a11d:534ede43:1c, node_name=1, branch_uid=0:ffff7f000001:1040a11d:534ede43:20, subordinatenodename=null, eis_name=java:jboss/datasources/JTACrashRecQuickstartDS >
diff --git a/jta-crash-rec/src/main/java/org/jboss/as/quickstarts/xa/XAService.java b/jta-crash-rec/src/main/java/org/jboss/as/quickstarts/xa/XAService.java
index 39725c13b1..d7e794fac1 100644
--- a/jta-crash-rec/src/main/java/org/jboss/as/quickstarts/xa/XAService.java
+++ b/jta-crash-rec/src/main/java/org/jboss/as/quickstarts/xa/XAService.java
@@ -141,7 +141,7 @@ public boolean modifyKeyValueTable(EntityManager entityManager, boolean delete,
KVPair pair = entityManager.find(KVPair.class, key);
if (pair == null) {
- // insert a new entry into the the key/value table
+ // insert a new entry into the key/value table
entityManager.persist(new KVPair(key, value));
} else {
// there is already a value for this key - update it with the new value
diff --git a/jts/README.md b/jts/README.md
index d2a6d58372..f9a93cb051 100755
--- a/jts/README.md
+++ b/jts/README.md
@@ -133,7 +133,7 @@ After stopping the server, open the `EAP7_HOME/standalone/configuration/standalo
Welcome to JBoss!
Application.