diff options
author | midipix <writeonce@midipix.org> | 2024-03-11 20:35:32 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-03-11 20:36:35 +0000 |
commit | 868b9f911083d087239d9fa1879ee554bbb4841f (patch) | |
tree | 36c3f3de28b7fc93efdec6d2a939dd47fe64a641 /sofort/cfgtest/cfgtest.sh | |
parent | ab8b47824e01e30f7b8e81b7c72afe506b14dc04 (diff) | |
download | sbmake-868b9f911083d087239d9fa1879ee554bbb4841f.tar.bz2 sbmake-868b9f911083d087239d9fa1879ee554bbb4841f.tar.xz |
build system: cfgtest.sh: fix typo in status message.
Diffstat (limited to 'sofort/cfgtest/cfgtest.sh')
-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 |