mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 13:01:56 -07:00
Fixed typo in error message
This commit is contained in:
parent
c8e03744ab
commit
6329b7df21
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ decrease_ip_value() {
|
|||
current_usr=$(grep "$usr_key=" $VESTA/data/ips/$sip |cut -f 2 -d \')
|
||||
|
||||
if [ -z "$current_web" ]; then
|
||||
check_result $E_PARSING "Parsing errpr"
|
||||
check_result $E_PARSING "Parsing error"
|
||||
fi
|
||||
|
||||
new_web=$((current_web - 1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue