aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/rfct.awk2
1 files changed, 1 insertions, 1 deletions
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)