From 9c0b24d697a712fd3aba1855362ccb6296cf7e04 Mon Sep 17 00:00:00 2001 From: Jason Leschnik Date: Mon, 24 Oct 2016 23:32:04 +1100 Subject: [PATCH] fix minor typos in commentblock.sh --- LDP/guide/docbook/abs-guide/commentblock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LDP/guide/docbook/abs-guide/commentblock.sh b/LDP/guide/docbook/abs-guide/commentblock.sh index b4315083..ce3a1556 100644 --- a/LDP/guide/docbook/abs-guide/commentblock.sh +++ b/LDP/guide/docbook/abs-guide/commentblock.sh @@ -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.