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 }