From be35ea619d3d257469110c4274fe37380a1abfa0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 8 Aug 2017 10:54:30 +1200 Subject: Correct typo comment --- bin/rfct.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/rfct.awk b/bin/rfct.awk index 230ac42c..3d942b58 100644 --- a/bin/rfct.awk +++ b/bin/rfct.awk @@ -13,5 +13,5 @@ BEGIN { # Strip out other control characters, but allow newline and tab { gsub(/[\a\b\r\v]/, "") } -# If there's anything left after tha, print it +# If there's anything left after that, print it length($0) -- cgit v1.2.3