]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 15 Jun 2022 05:50:34 +0000 (14:50 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 15 Jun 2022 05:50:34 +0000 (14:50 +0900)
man/loader.conf.xml
test/units/testsuite-35.sh

index 43a115dcad791949bf9a16ceb52948eaa93e9a73..ef0822deaad5f155f9b867a3cf328d9f38b5036e 100644 (file)
           </tgroup>
         </table>
 
-        <para>Supported glob wilcard patterns are <literal>?</literal>, <literal>*</literal>, and
+        <para>Supported glob wildcard patterns are <literal>?</literal>, <literal>*</literal>, and
         <literal>[…]</literal> (including ranges). Note that these patterns use the same syntax as
         <citerefentry><refentrytitle>glob</refentrytitle><manvolnum>7</manvolnum></citerefentry>, but do not
         support all features. In particular, set negation and named character classes are not supported. The
index 05d2a6c4c3fd7213dfb862ea3fa90611a4e0bf29..21cb01c16f949f91e0238a17e3da83961fdcf391 100755 (executable)
@@ -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