From: Yu Watanabe Date: Thu, 7 Jul 2022 00:33:11 +0000 (+0900) Subject: test: fix typo X-Git-Tag: v252-rc1~714 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=948fce51184612dc083efb46282879910897dcc7;p=thirdparty%2Fsystemd.git test: fix typo --- diff --git a/test/units/testsuite-35.sh b/test/units/testsuite-35.sh index 50bd364b95a..aa1a6af2fb7 100755 --- a/test/units/testsuite-35.sh +++ b/test/units/testsuite-35.sh @@ -383,7 +383,7 @@ teardown_idle_action_lock() {( test_lock_idle_action() { if ! command -v expect >/dev/null ; then - echo >&2 "expect not installed, skiping test ${FUNCNAME[0]}" + echo >&2 "expect not installed, skipping test ${FUNCNAME[0]}" return 0 fi @@ -397,7 +397,7 @@ test_lock_idle_action() { # IdleActionSec is set 1s but the accuracy of associated timer is 30s so we # need to sleep in worst case for 31s to make sure timer elapsed. We sleep - # here for 35s to accomodate for any possible scheudling delays. + # here for 35s to accommodate for any possible scheduling delays. cat > /tmp/test.exp <