Skip to content

Commit 50f6467

Browse files
authored
fix: Spelling mistake of successfully (#1251)
1 parent 868c8af commit 50f6467

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mido.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

src/power.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)