Browse code

Fixes language: "following allowing" -> "allowing"

Stops propagation of initially erroneous construct.

Change-Id: I2197de57cbac98e87fb39fa0dca4c691fe5e856f

igor authored on 2016/07/29 20:11:53
Showing 10 changed files
... ...
@@ -219,7 +219,7 @@ These scripts are executed serially by ``exercise.sh`` in testing situations.
219 219
     set -o errexit
220 220
 
221 221
     # Print the commands being run so that we can see the command that triggers
222
-    # an error.  It is also useful for following allowing as the install occurs.
222
+    # an error.  It is also useful for following as the install occurs.
223 223
     set -o xtrace
224 224
 
225 225
 * Settings and configuration are stored in ``exerciserc``, which must be
... ...
@@ -20,7 +20,7 @@ echo "**************************************************"
20 20
 set -o errexit
21 21
 
22 22
 # Print the commands being run so that we can see the command that triggers
23
-# an error.  It is also useful for following allowing as the install occurs.
23
+# an error.  It is also useful for following as the install occurs.
24 24
 set -o xtrace
25 25
 
26 26
 
... ...
@@ -16,7 +16,7 @@ echo "*********************************************************************"
16 16
 set -o errexit
17 17
 
18 18
 # Print the commands being run so that we can see the command that triggers
19
-# an error.  It is also useful for following allowing as the install occurs.
19
+# an error.  It is also useful for following as the install occurs.
20 20
 set -o xtrace
21 21
 
22 22
 
... ...
@@ -13,7 +13,7 @@ echo "*********************************************************************"
13 13
 set -o errexit
14 14
 
15 15
 # Print the commands being run so that we can see the command that triggers
16
-# an error.  It is also useful for following allowing as the install occurs.
16
+# an error.  It is also useful for following as the install occurs.
17 17
 set -o xtrace
18 18
 
19 19
 
... ...
@@ -13,7 +13,7 @@ echo "*********************************************************************"
13 13
 set -o errexit
14 14
 
15 15
 # Print the commands being run so that we can see the command that triggers
16
-# an error.  It is also useful for following allowing as the install occurs.
16
+# an error.  It is also useful for following as the install occurs.
17 17
 set -o xtrace
18 18
 
19 19
 
... ...
@@ -13,7 +13,7 @@ echo "*********************************************************************"
13 13
 set -o errexit
14 14
 
15 15
 # Print the commands being run so that we can see the command that triggers
16
-# an error.  It is also useful for following allowing as the install occurs.
16
+# an error.  It is also useful for following as the install occurs.
17 17
 set -o xtrace
18 18
 
19 19
 
... ...
@@ -20,7 +20,7 @@ echo "*********************************************************************"
20 20
 set -o errtrace
21 21
 
22 22
 # Print the commands being run so that we can see the command that triggers
23
-# an error.  It is also useful for following allowing as the install occurs.
23
+# an error.  It is also useful for following as the install occurs.
24 24
 set -o xtrace
25 25
 
26 26
 # Environment
... ...
@@ -13,7 +13,7 @@ echo "*********************************************************************"
13 13
 set -o errexit
14 14
 
15 15
 # Print the commands being run so that we can see the command that triggers
16
-# an error.  It is also useful for following allowing as the install occurs.
16
+# an error.  It is also useful for following as the install occurs.
17 17
 set -o xtrace
18 18
 
19 19
 
... ...
@@ -13,7 +13,7 @@ echo "*********************************************************************"
13 13
 set -o errexit
14 14
 
15 15
 # Print the commands being run so that we can see the command that triggers
16
-# an error.  It is also useful for following allowing as the install occurs.
16
+# an error.  It is also useful for following as the install occurs.
17 17
 set -o xtrace
18 18
 
19 19
 
... ...
@@ -13,7 +13,7 @@ echo "*********************************************************************"
13 13
 set -o errexit
14 14
 
15 15
 # Print the commands being run so that we can see the command that triggers
16
-# an error.  It is also useful for following allowing as the install occurs.
16
+# an error.  It is also useful for following as the install occurs.
17 17
 set -o xtrace
18 18
 
19 19