plumb.sh: fix typo - randomcrap - random crap programs of varying quality
(HTM) git clone git://git.codemadness.org/randomcrap
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit ba4fda7f76f8c81b9f76fc7b8625c6b77540b6b2
(DIR) parent c36ec59690b3b9edef057a9fdab414afb7ba2bf5
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 29 Dec 2024 14:25:45 +0100
plumb.sh: fix typo
Diffstat:
M config/scripts/plumb.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/config/scripts/plumb.sh b/config/scripts/plumb.sh
@@ -79,7 +79,7 @@ fi
# check allowed protocols.
if ! isallowedproto "$text"; then
- echo "disalllowed proto for $text" >&2
+ echo "disallowed proto for $text" >&2
exit 1
fi