From c3603c937489b393c616cb93a61cb63bb35f246a Mon Sep 17 00:00:00 2001 From: midipix Date: Mar 11 2024 20:36:34 +0000 Subject: build system: cfgtest.sh: fix typo in status message. --- 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