From 172cbcdc8b61feffa07b332a871ec33b3215ad59 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 15 Jun 2022 14:50:34 +0900 Subject: [PATCH] tree-wide: fix typo --- man/loader.conf.xml | 2 +- test/units/testsuite-35.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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