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 | 48150f7ee8ca36edb56d66b6d88300668aeab5b8 (patch) | |
tree | fe7832ed11ba123f110f7ed511365a739be75605 /sofort | |
parent | 4772f1e109bb9f64559a4264488fa36b7faa655e (diff) | |
download | pemagine-48150f7ee8ca36edb56d66b6d88300668aeab5b8.tar.bz2 pemagine-48150f7ee8ca36edb56d66b6d88300668aeab5b8.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 |