fix minor typos in commentblock.sh

This commit is contained in:
Jason Leschnik 2016-10-24 23:32:04 +11:00
parent cd0076cd30
commit 9c0b24d697
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ echo
#+ a block of working code for debugging purposes.
# This saves having to put a "#" at the beginning of each line,
#+ then having to go back and delete each "#" later.
# Note that the use of of colon, above, is optional.
# Note that the use of colon, above, is optional.
echo "Just before commented-out code block."
# The lines of code between the double-dashed lines will not execute.