diff --git a/makeAll.sh b/makeAll.sh index 5e7e096..57538a4 100755 --- a/makeAll.sh +++ b/makeAll.sh @@ -3,7 +3,7 @@ # Build all forms of the Booke. # # Arguments are the names of the bookes to build. If a name is -# prefixed '-', then do not include that section in the Bumper Booke. +# prefixed '-', then do not include that section in the Bumper Booke. if [[ $# -lt 1 ]]; then echo "Usage: makeAll.sh [ ...]"