1
0
şunun yansıması https://github.com/dockur/windows.git eşitlendi 2026-06-12 13:19:34 +08:00

fix: Spelling mistake of successfully (#1251)

Bu işleme şunda yer alıyor:
Levvie - she/her
2025-05-26 23:52:50 +01:00
işlemeyi yapan: GitHub
ebeveyn 868c8af289
işleme 50f6467dea
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
+1 -1
Dosyayı Görüntüle
@@ -514,7 +514,7 @@ verifyFile() {
fi fi
if [[ "$hash" == "$check" ]]; then if [[ "$hash" == "$check" ]]; then
info "Succesfully verified ISO!" && return 0 info "Successfully verified ISO!" && return 0
fi fi
error "The downloaded file has an unknown $algo checksum: $hash , as the expected value was: $check. Please report this at $SUPPORT/issues" error "The downloaded file has an unknown $algo checksum: $hash , as the expected value was: $check. Please report this at $SUPPORT/issues"
+1 -1
Dosyayı Görüntüle
@@ -35,7 +35,7 @@ boot() {
grep -Fq "BOOTMGR is missing" "$QEMU_PTY" && fail="y" grep -Fq "BOOTMGR is missing" "$QEMU_PTY" && fail="y"
fi fi
if [ -z "$fail" ]; then 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 return 0
fi fi
fi fi