aboutsummaryrefslogtreecommitdiff
path: root/bin/mi5.awk
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mi5.awk')
-rw-r--r--bin/mi5.awk6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/mi5.awk b/bin/mi5.awk
index 7acb6f3b..c5ca7aff 100644
--- a/bin/mi5.awk
+++ b/bin/mi5.awk
@@ -55,7 +55,7 @@ bmac && NF {
# Start off neither quoting nor macroing.
iquo = imac = 0
- # Crude and slow, clansman. Your parser was no better than that of a clumsy
+ # Crude and slow, clansman. Your parser was no better than that of a clumsy
# child.
for (i = 1; i <= length(src); ) {
@@ -100,8 +100,8 @@ bmac && NF {
# Escape quote terminators
if (substr(src, i, length(unquote)) == unquote) {
- # Dear Mr. President. There are too many variables nowadays.
- # Please eliminate three. I am NOT a crackpot.
+ # Dear Mr. President. There are too many variables nowadays.
+ # Please eliminate three. I am NOT a crackpot.
dst = dst unquote unquote quote
i += length(unquote)