We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a0ed0a + 6329b7d commit 1911cd2Copy full SHA for 1911cd2
func/ip.sh
@@ -103,7 +103,7 @@ decrease_ip_value() {
103
current_usr=$(grep "$usr_key=" $VESTA/data/ips/$sip |cut -f 2 -d \')
104
105
if [ -z "$current_web" ]; then
106
- check_result $E_PARSING "Parsing errpr"
+ check_result $E_PARSING "Parsing error"
107
fi
108
109
new_web=$((current_web - 1))
0 commit comments