From 73302490c5e597a80566d5dbf44a6757c0363e89 Mon Sep 17 00:00:00 2001 From: James Swineson Date: Tue, 9 Mar 2021 11:17:29 +0800 Subject: [PATCH] fix typo --- menhera.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menhera.sh b/menhera.sh index 165cbde..772f934 100755 --- a/menhera.sh +++ b/menhera.sh @@ -61,7 +61,7 @@ menhera::__compat_reload_init() { elif [ -x "$(command -v telinit)" ]; then telinit u else - echo "ERROR: Cannot re-exec init, init system not recoginzed" >&2 + echo "ERROR: Cannot re-exec init, init system not recognized" >&2 exit 1 fi }