summaryrefslogtreecommitdiffhomepage
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:34 +0000
commit67039287ce6cee037274d3eddca34e99c195aade (patch)
treea4f238f459e29ed361e9ce92e65ca156c1e38ecc
parent94e7735488b7d2f5336c0f081304f55b95f54379 (diff)
downloadmdso-67039287ce6cee037274d3eddca34e99c195aade.tar.bz2
mdso-67039287ce6cee037274d3eddca34e99c195aade.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