This commit is contained in:
James Swineson 2021-03-09 11:17:29 +08:00 committed by GitHub
parent f9e76c5981
commit 73302490c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}