Explorar el Código

correct spelling

tteckster hace 3 años
padre
commit
f16fd89271
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      vm/haos-vm-v3.sh

+ 1 - 1
vm/haos-vm-v3.sh

@@ -24,7 +24,7 @@ trap cleanup EXIT
 
 function error_exit() {
   trap - ERR
-  local reason="Unknown failure occured."
+  local reason="Unknown failure occurred."
   local msg="${1:-$reason}"
   local flag="${RD}‼ ERROR ${CL}$EXIT@$LINE"
   echo -e "$flag $msg" 1>&2