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 | b7276e64be3a697c993a443036c6f9a70364715e (patch) | |
tree | ec83b677a4166e4d5ef55efd43fee3dc07d422ac /sofort | |
parent | 8ddb065afc08e9175ba08c868fb3fc35f373205e (diff) | |
download | bcparser-b7276e64be3a697c993a443036c6f9a70364715e.tar.bz2 bcparser-b7276e64be3a697c993a443036c6f9a70364715e.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 |