Update lib-core.sh

This commit is contained in:
Bornunique911 2023-07-09 19:43:34 +05:30 committed by GitHub
parent ab3282919a
commit 8d9854946d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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