File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -514,7 +514,7 @@ verifyFile() {
514514 fi
515515
516516 if [[ " $hash " == " $check " ]]; then
517- info " Succesfully verified ISO!" && return 0
517+ info " Successfully verified ISO!" && return 0
518518 fi
519519
520520 error " The downloaded file has an unknown $algo checksum: $hash , as the expected value was: $check . Please report this at $SUPPORT /issues"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ boot() {
3535 grep -Fq " BOOTMGR is missing" " $QEMU_PTY " && fail=" y"
3636 fi
3737 if [ -z " $fail " ]; then
38- info " Windows started succesfully , visit http://127.0.0.1:8006/ to view the screen..."
38+ info " Windows started successfully , visit http://127.0.0.1:8006/ to view the screen..."
3939 return 0
4040 fi
4141 fi
You can’t perform that action at this time.
0 commit comments