Merge pull request #893 from Bornunique911/patch-1

Update lib-core.sh
This commit is contained in:
Vince 2023-07-10 00:14:54 +08:00 committed by GitHub
commit 767ddc20b1
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
}