fix: Spelling mistake of successfully (#1251)

This commit is contained in:
Levvie - she/her
2025-05-26 23:52:50 +01:00
committed by GitHub
parent 868c8af289
commit 50f6467dea
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ boot() {
grep -Fq "BOOTMGR is missing" "$QEMU_PTY" && fail="y"
fi
if [ -z "$fail" ]; then
info "Windows started succesfully, visit http://127.0.0.1:8006/ to view the screen..."
info "Windows started successfully, visit http://127.0.0.1:8006/ to view the screen..."
return 0
fi
fi