Skip to content

Commit

Permalink
JBEAP-5440: Fix typos in quickstart files - the the and a a
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilda committed Jul 28, 2016
1 parent 544c63c commit fadb363
Show file tree
Hide file tree
Showing 17 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion cluster-ha-singleton/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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");

}));
}));
Original file line number Diff line number Diff line change
Expand Up @@ -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 : "" );
},
Expand Down Expand Up @@ -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 );
Expand Down
4 changes: 2 additions & 2 deletions contacts-jquerymobile/src/main/webapp/js/libs/lodash-2.4.1.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helloworld-jms/remove-jms.cli
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion jta-crash-rec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions jts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ After stopping the server, open the `EAP7_HOME/standalone/configuration/standalo
<initializers transactions="full" security="identity"/>
</subsystem>

2. An empty `<jts/>` element is added to the the end of the `transactions` subsystem to enable JTS.
2. An empty `<jts/>` element is added to the end of the `transactions` subsystem to enable JTS.

<subsystem xmlns="urn:jboss:domain:transactions:3.0">
<core-environment node-identifier="${jboss.tx.node.id}">
Expand Down Expand Up @@ -163,7 +163,7 @@ Application server 1 must be now configured to use the PostgreSQL database creat
Start the JBoss EAP Servers
-------------------------

Start the the two JBoss EAP servers with the full profile, passing a unique node ID by typing the following command. You must pass a socket binding port offset on the command to start the second server. Be sure to replace `UNIQUE_NODE_ID` with a node identifier that is unique to both servers.
Start the two JBoss EAP servers with the full profile, passing a unique node ID by typing the following command. You must pass a socket binding port offset on the command to start the second server. Be sure to replace `UNIQUE_NODE_ID` with a node identifier that is unique to both servers.

If you are using Linux:

Expand Down
4 changes: 2 additions & 2 deletions kitchensink-angularjs/src/main/webapp/js/libs/angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -6750,7 +6750,7 @@ function $TemplateCacheProvider() {
* </div>
*
* If you want to manually control the insertion and removal of the transcluded content in your directive
* then you must use this transclude function. When you call a transclude function it returns a a jqLite/JQuery
* then you must use this transclude function. When you call a transclude function it returns a jqLite/JQuery
* object that contains the compiled DOM, which is linked to the correct transclusion scope.
*
* When you call a transclusion function you can pass in a **clone attach function**. This function accepts
Expand Down Expand Up @@ -26097,7 +26097,7 @@ var ngOptionsMinErr = minErr('ngOptions');
*
* A different issue with objects or collections is that ngModel won't detect if an object property or
* a collection item changes. For that reason, `ngOptions` additionally watches the model using
* `$watchCollection`, when the expression contains a `track by` clause or the the select has the `multiple` attribute.
* `$watchCollection`, when the expression contains a `track by` clause or the select has the `multiple` attribute.
* This allows ngOptions to trigger a re-rendering of the options even if the actual object/collection
* has not changed identity, but only a property on the object or an item in the collection changes.
*
Expand Down
2 changes: 1 addition & 1 deletion kitchensink-angularjs/src/main/webapp/partials/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>Welcome to JBoss!</h1>
Application.</p>
</div>

<!-- Standard HTML form, with the submit function bound to the register() function defined in the the controller -->
<!-- Standard HTML form, with the submit function bound to the register() function defined in the controller -->
<form name="regForm" ng-submit="register()">
<h2>Member Registration</h2>
<fieldset>
Expand Down
2 changes: 1 addition & 1 deletion kitchensink-html5-mobile/.cheatsheet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
serialization="org.jboss.tools.project.examples.cheatsheet.openFileInEditor(path=/${currentProject}/src/main/webapp/js/app.js,fromLine=28,toLine=47)"/>
</subitem>
<subitem
label="The &quot;registerMember&quot; function invokes the the REST API located at &quot;/rest/members&quot; with the JSON representation of the values in the registration form. Any existing error messages are removed."
label="The &quot;registerMember&quot; function invokes the REST API located at &quot;/rest/members&quot; with the JSON representation of the values in the registration form. Any existing error messages are removed."
skip="true">
<command
required="false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9513,7 +9513,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 : "" );
},
Expand Down Expand Up @@ -11170,7 +11170,7 @@ $.widget( "mobile.popup", {
url = $.mobile.path.parseLocation().hash + 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 );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5708,7 +5708,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
Expand Down Expand Up @@ -6038,7 +6038,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
Expand Down
2 changes: 1 addition & 1 deletion messaging-clustering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ _Note: This script returns the server to a default configuration and the result

The batch executed successfully.
_Note: If the `:stop-server` command does not complete before the the next commands are issued, you may see an error similar to the following:
_Note: If the `:stop-server` command does not complete before the next commands are issued, you may see an error similar to the following:

{"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "JBAS010977: Server (quickstart-messagingcluster-node1) still running"}}
Simply wait a few seconds and run the command a second time.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd
http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc.xsd">

<!-- Scan the the domain package for Spring repositories and services -->
<!-- Scan the domain package for Spring repositories and services -->
<context:component-scan base-package="org.jboss.spring.quickstarts.greeter.greeter_spring.domain" />

<!-- Look up the database in JNDI -->
Expand Down
4 changes: 2 additions & 2 deletions template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,14 @@ You can also let Arquillian manage the JBoss EAP server by using the `arq-wildfl
Investigate the Console Output
----------------------------

<!-- Contributor: The quickstart README should show what to expect from the the tests. -->
<!-- Contributor: The quickstart README should show what to expect in the console from running the tests. -->

* If applicable, copy and paste output from the JUnit tests to show what to expect in the console from the tests.

Investigate the Server Log
----------------------------

<!-- Contributor: The quickstart README should show what to expect from the the tests. -->
<!-- Contributor: The quickstart README should show what to expect in the server log from running the tests. -->

* If applicable, copy and paste log messages output by the application to show what to expect in the server log when running the tests.

Expand Down

0 comments on commit fadb363

Please sign in to comment.