Skip to content

Commit

Permalink
Fixes language: "following allowing" -> "allowing"
Browse files Browse the repository at this point in the history
Stops propagation of initially erroneous construct.

Change-Id: I2197de57cbac98e87fb39fa0dca4c691fe5e856f
  • Loading branch information
igor committed Aug 23, 2016
1 parent f739978 commit 01acdab
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion HACKING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ These scripts are executed serially by ``exercise.sh`` in testing situations.
set -o errexit

# Print the commands being run so that we can see the command that triggers
# an error. It is also useful for following allowing as the install occurs.
# an error. It is also useful for following as the install occurs.
set -o xtrace

* Settings and configuration are stored in ``exerciserc``, which must be
Expand Down
2 changes: 1 addition & 1 deletion exercises/aggregates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ echo "**************************************************"
set -o errexit

# Print the commands being run so that we can see the command that triggers
# an error. It is also useful for following allowing as the install occurs.
# an error. It is also useful for following as the install occurs.
set -o xtrace


Expand Down
2 changes: 1 addition & 1 deletion exercises/boot_from_volume.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo "*********************************************************************"
set -o errexit

# Print the commands being run so that we can see the command that triggers
# an error. It is also useful for following allowing as the install occurs.
# an error. It is also useful for following as the install occurs.
set -o xtrace


Expand Down
2 changes: 1 addition & 1 deletion exercises/client-args.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "*********************************************************************"
set -o errexit

# Print the commands being run so that we can see the command that triggers
# an error. It is also useful for following allowing as the install occurs.
# an error. It is also useful for following as the install occurs.
set -o xtrace


Expand Down
2 changes: 1 addition & 1 deletion exercises/client-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "*********************************************************************"
set -o errexit

# Print the commands being run so that we can see the command that triggers
# an error. It is also useful for following allowing as the install occurs.
# an error. It is also useful for following as the install occurs.
set -o xtrace


Expand Down
2 changes: 1 addition & 1 deletion exercises/floating_ips.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "*********************************************************************"
set -o errexit

# Print the commands being run so that we can see the command that triggers
# an error. It is also useful for following allowing as the install occurs.
# an error. It is also useful for following as the install occurs.
set -o xtrace


Expand Down
2 changes: 1 addition & 1 deletion exercises/neutron-adv-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ echo "*********************************************************************"
set -o errtrace

# Print the commands being run so that we can see the command that triggers
# an error. It is also useful for following allowing as the install occurs.
# an error. It is also useful for following as the install occurs.
set -o xtrace

# Environment
Expand Down
2 changes: 1 addition & 1 deletion exercises/sec_groups.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "*********************************************************************"
set -o errexit

# Print the commands being run so that we can see the command that triggers
# an error. It is also useful for following allowing as the install occurs.
# an error. It is also useful for following as the install occurs.
set -o xtrace


Expand Down
2 changes: 1 addition & 1 deletion exercises/swift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "*********************************************************************"
set -o errexit

# Print the commands being run so that we can see the command that triggers
# an error. It is also useful for following allowing as the install occurs.
# an error. It is also useful for following as the install occurs.
set -o xtrace


Expand Down
2 changes: 1 addition & 1 deletion exercises/volumes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "*********************************************************************"
set -o errexit

# Print the commands being run so that we can see the command that triggers
# an error. It is also useful for following allowing as the install occurs.
# an error. It is also useful for following as the install occurs.
set -o xtrace


Expand Down

0 comments on commit 01acdab

Please sign in to comment.