From 948fce51184612dc083efb46282879910897dcc7 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 7 Jul 2022 09:33:11 +0900 Subject: [PATCH] test: fix typo --- test/units/testsuite-35.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 <