Skip to content

Commit

Permalink
A couple of typos corrected
Browse files Browse the repository at this point in the history
taken from quickemu-project/quickemu#735

Co-authored-by: criadoperez <criadoperez@users.noreply.github.com>
  • Loading branch information
philclifford and criadoperez committed Aug 29, 2023
1 parent 31c96f6 commit dbb026e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quickemu.1-11-Windowsguests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion quickemu.1-15-UsageNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

0 comments on commit dbb026e

Please sign in to comment.