From 8d9854946d77081c34c52ebe71f3aba429a800c1 Mon Sep 17 00:00:00 2001 From: Bornunique911 <69379200+Bornunique911@users.noreply.github.com> Date: Sun, 9 Jul 2023 19:43:34 +0530 Subject: [PATCH] Update lib-core.sh --- shell/lib-core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/lib-core.sh b/shell/lib-core.sh index c6523002..d1fe2d0b 100755 --- a/shell/lib-core.sh +++ b/shell/lib-core.sh @@ -721,7 +721,7 @@ udo() { full_sudo() { if [[ ! -w "/root" ]]; then - prompt -e "ERROR: '${1}' needs a root priviledge. Please run this '${0}' as root" + prompt -e "ERROR: '${1}' needs a root privilege. Please run this '${0}' as root" has_any_error="true" fi }