summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-04-28 06:26:35 +0200
committerErich Eckner <git@eckner.net>2021-04-28 06:26:35 +0200
commit8d52f60743d07cbb2ea266b6d102877060948b08 (patch)
treea499d0ac56138373bb7c7e6314c9133cb428fc93
parentdd09afa461b815c2d90f22148df5d53203f022c2 (diff)
downloadshutdownasap-8d52f60743d07cbb2ea266b6d102877060948b08.tar.xz
shutdownasap: fix typos
-rwxr-xr-xshutdownasap.in6
1 files 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