Browse Source

correct spelling

tteckster 3 năm trước cách đây
mục cha
commit
5b9c37ce81
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      vm/haos_vm.sh

+ 1 - 1
vm/haos_vm.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