diff options
author | midipix <writeonce@midipix.org> | 2024-03-11 20:35:32 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-03-11 20:36:34 +0000 |
commit | 2dfc1d4778c95be2b94c3ed7dee3914e19b3c0f7 (patch) | |
tree | 7e24a8bc98ad9d18c3b68d15e6f2e3770e4c9532 | |
parent | f73371d5416864354a7156de674e7057fdaa05b9 (diff) | |
download | apimagic-2dfc1d4778c95be2b94c3ed7dee3914e19b3c0f7.tar.bz2 apimagic-2dfc1d4778c95be2b94c3ed7dee3914e19b3c0f7.tar.xz |
build system: cfgtest.sh: fix typo in status message.
-rw-r--r-- | sofort/cfgtest/cfgtest.sh | 2 |
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 |