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 | 07c3ab4685cb75f5e97ef5746e1bab771621e3fd (patch) | |
tree | f2e7353d5ea698c2d2efd4c3bfa026449301b7a2 /sofort | |
parent | 0533d011af709fa9f7b44479c3a1d5ab6c590632 (diff) | |
download | ntapi-07c3ab4685cb75f5e97ef5746e1bab771621e3fd.tar.bz2 ntapi-07c3ab4685cb75f5e97ef5746e1bab771621e3fd.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 |