aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-08-08 10:54:30 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-08-08 10:54:30 +1200
commitbe35ea619d3d257469110c4274fe37380a1abfa0 (patch)
treed65b61a957e34ad94a6379fd6f5ba40eb15a462b /bin
parentCompatible stripping for onl(1df) (diff)
downloaddotfiles-be35ea619d3d257469110c4274fe37380a1abfa0.tar.gz
dotfiles-be35ea619d3d257469110c4274fe37380a1abfa0.zip
Correct typo comment
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)