summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-06-03 12:04:45 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2022-06-03 13:07:07 -0700
commit0942f31bd8eabc14c9fc8f6219c9f1967685de0f (patch)
tree774a46b31e673584b0cf152a83b36ed938a62452 /cfg.mk
parent5e3d207d5b7dba28ca248475188a029570766bc1 (diff)
downloadgrep-0942f31bd8eabc14c9fc8f6219c9f1967685de0f.tar.gz
maint: spelling fixes
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index 0b830a85..776d1fe9 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -179,5 +179,5 @@ sc_timeout_prereq:
| xargs grep -lw timeout \
| xargs grep -FLw require_timeout_ \
| $(GREP) . \
- && { echo '$(ME): timeout withtout use of require_timeout_' \
+ && { echo '$(ME): timeout without use of require_timeout_' \
1>&2; exit 1; } || :