Explorar el Código

Merge pull request #1265 from thvranken/master

Fixed typo in error message
Made I.T hace 8 años
padre
commit
1911cd2f0b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      func/ip.sh

+ 1 - 1
func/ip.sh

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