From 833db71d93ebf756a7d2b51f27a8f605f241582d Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 11 Mar 2024 20:35:32 +0000 Subject: build system: cfgtest.sh: fix typo in status message. --- sofort/cfgtest/cfgtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sofort') 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 -- cgit v1.2.3