From: Yu Watanabe Date: Wed, 15 Jun 2022 05:50:34 +0000 (+0900) Subject: tree-wide: fix typo X-Git-Tag: v252-rc1~806 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=172cbcdc8b61feffa07b332a871ec33b3215ad59;p=thirdparty%2Fsystemd.git tree-wide: fix typo --- diff --git a/man/loader.conf.xml b/man/loader.conf.xml index 43a115dcad7..ef0822deaad 100644 --- a/man/loader.conf.xml +++ b/man/loader.conf.xml @@ -112,7 +112,7 @@ - Supported glob wilcard patterns are ?, *, and + Supported glob wildcard patterns are ?, *, and […] (including ranges). Note that these patterns use the same syntax as glob7, but do not support all features. In particular, set negation and named character classes are not supported. The diff --git a/test/units/testsuite-35.sh b/test/units/testsuite-35.sh index 05d2a6c4c3f..21cb01c16f9 100755 --- a/test/units/testsuite-35.sh +++ b/test/units/testsuite-35.sh @@ -228,7 +228,7 @@ test_session_tear_down() { check_session() { loginctl if [[ $(loginctl --no-legend | grep -c "logind-test-user") != 1 ]]; then - echo "no session or multile sessions for logind-test-user." >&2 + echo "no session or multiple sessions for logind-test-user." >&2 return 1 fi