summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
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; } || :