1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

tree-wide: fix typo

This commit is contained in:
Yu Watanabe 2022-06-15 14:50:34 +09:00
parent eed6ee82df
commit 172cbcdc8b
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@
</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

View File

@ -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