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 | 1534a8f5cfe969c9c25ac92622c4a03751915e00 (patch) | |
tree | 4eddc0c87ede20d5f1b7acccc37f6d972272d921 | |
parent | 579b286f6c03c6a609c4e84190f19ae7b2302edc (diff) | |
download | u16ports-1534a8f5cfe969c9c25ac92622c4a03751915e00.tar.bz2 u16ports-1534a8f5cfe969c9c25ac92622c4a03751915e00.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 |