summaryrefslogtreecommitdiff
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
commitf20b1fc1c25f495cf4576da04a27bdb825fa7373 (patch)
tree1418a34d014026305d144b37582ee8e5b084451f
parent5eadd866ef2471197c5c629cb7ed20a148ba8898 (diff)
downloadsbpython3-f20b1fc1c25f495cf4576da04a27bdb825fa7373.tar.bz2
sbpython3-f20b1fc1c25f495cf4576da04a27bdb825fa7373.tar.xz
build system: cfgtest.sh: fix typo in status message.
-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