1
0
鏡像自 https://github.com/dockur/windows.git 已同步 2026-06-10 20:25:40 +08:00

fix: Spelling mistake of successfully (#1251)

此提交包含在:
Levvie - she/her
2025-05-26 23:52:50 +01:00
提交者 GitHub
父節點 868c8af289
當前提交 50f6467dea
共有 2 個檔案被更改,包括 2 行新增2 行删除
+1 -1
查看文件
@@ -514,7 +514,7 @@ verifyFile() {
fi
if [[ "$hash" == "$check" ]]; then
info "Succesfully verified ISO!" && return 0
info "Successfully verified ISO!" && return 0
fi
error "The downloaded file has an unknown $algo checksum: $hash , as the expected value was: $check. Please report this at $SUPPORT/issues"
+1 -1
查看文件
@@ -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