summaryrefslogtreecommitdiffhomepage
path: root/sofort/cfgtest
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-03-11 20:35:32 +0000
committermidipix <writeonce@midipix.org>2024-03-11 20:36:35 +0000
commitcfde1b198d918029de88780479b8a1312b86a7a2 (patch)
treeb58d21bd2fcde33f4205d09ac514a8e1997d04fd /sofort/cfgtest
parent65ff44265861259b0d08b63545ae55a347bc3649 (diff)
downloadperk-cfde1b198d918029de88780479b8a1312b86a7a2.tar.bz2
perk-cfde1b198d918029de88780479b8a1312b86a7a2.tar.xz
build system: cfgtest.sh: fix typo in status message.
Diffstat (limited to 'sofort/cfgtest')
-rw-r--r--sofort/cfgtest/cfgtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sofort/cfgtest/cfgtest.sh b/sofort/cfgtest/cfgtest.sh
index 41178b2..8e1db07 100644
--- a/sofort/cfgtest/cfgtest.sh
+++ b/sofort/cfgtest/cfgtest.sh
@@ -873,7 +873,7 @@ cfgtest_compiler_switch()
|| return 1
# result
- printf 'cfgtest: the switch `%s was accepted by the compier.\n' \
+ printf 'cfgtest: the switch `%s was accepted by the compiler.\n' \
"$cfgtest_switches'" >&3
printf '%s\n' '------------------------' >&3