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