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 | 2f19e81133c91e99269815e7e67c2f84713ca37c (patch) | |
tree | 9516bb043fa147ac27ea3b1f01b10edec69800b2 /sofort | |
parent | 63d0028308d8093c73962139c02cc5a34bf46c98 (diff) | |
download | ntcon-2f19e81133c91e99269815e7e67c2f84713ca37c.tar.bz2 ntcon-2f19e81133c91e99269815e7e67c2f84713ca37c.tar.xz |
build system: cfgtest.sh: fix typo in status message.
Diffstat (limited to 'sofort')
-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 |