Skip to content

Commit 1911cd2

Browse files
Merge pull request hestiacp#1265 from thvranken/master
Fixed typo in error message
2 parents 1a0ed0a + 6329b7d commit 1911cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

func/ip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ decrease_ip_value() {
103103
current_usr=$(grep "$usr_key=" $VESTA/data/ips/$sip |cut -f 2 -d \')
104104

105105
if [ -z "$current_web" ]; then
106-
check_result $E_PARSING "Parsing errpr"
106+
check_result $E_PARSING "Parsing error"
107107
fi
108108

109109
new_web=$((current_web - 1))

0 commit comments

Comments
 (0)