From 8d52f60743d07cbb2ea266b6d102877060948b08 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 28 Apr 2021 06:26:35 +0200 Subject: shutdownasap: fix typos --- shutdownasap.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shutdownasap.in b/shutdownasap.in index 69c8d71..7cce77e 100755 --- a/shutdownasap.in +++ b/shutdownasap.in @@ -56,7 +56,7 @@ capture_output() { beforeWatchHook i=1 -while [ ${i} -gt 0 ] || ! cypture_output additionalWatchHookSlow +while [ ${i} -gt 0 ] || ! capture_output additionalWatchHookSlow do if [ ${i} -eq 0 ] then @@ -123,7 +123,7 @@ do fi done - if ! cypture_output additionalWatchHookFast + if ! capture_output additionalWatchHookFast then nochwarten=true if ! ${quiet}; then @@ -146,7 +146,7 @@ do i=$[${i}-1] done -cypture_output beforeShutDownHook +capture_output beforeShutDownHook if command -v sudo >/dev/null \ && [ "$(whoami)" != 'root' ]; then -- cgit v1.2.3-54-g00ecf