diff --git a/quickemu.1-11-Windowsguests.md b/quickemu.1-11-Windowsguests.md index 9e5f3f8..4d9fee7 100644 --- a/quickemu.1-11-Windowsguests.md +++ b/quickemu.1-11-Windowsguests.md @@ -15,7 +15,7 @@ quickemu --vm windows-11-22H2.conf * Complete the installation as you normally would. * All relevant drivers and services should be installed automatically. -* A local adminstrator user account is automatically created, with these credentials: +* A local administrator user account is automatically created, with these credentials: - Username: `Quickemu` - Password: `quickemu` diff --git a/quickemu.1-15-UsageNotes.md b/quickemu.1-15-UsageNotes.md index d4fda25..51025c0 100644 --- a/quickemu.1-15-UsageNotes.md +++ b/quickemu.1-15-UsageNotes.md @@ -49,7 +49,7 @@ The above uses the 2560x1440 screen to compute the size of the window, which Quickemu sizes to 2048x1152. Without the `--screen` option, Quickemu would have used the 1920x1080 monitor which results in a window size of 1664x936. -The '--screenpct' is an optional interger value between 25 <= pct < 100 +The '--screenpct' is an optional integer value between 25 <= pct < 100 which will override system default screen sizes. The VM size will be 'pct' of the chosen screen. **If --fullscreen is chosen screen will be fullsize instead of being scaled down by --screenpct value.**