From 61ac7ad809861f4d932f6b9be2c9ec528a9c4081 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 25 Oct 2021 15:42:01 +0100 Subject: [PATCH] Correct typo --- README.md | 2 +- quickemu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e31c181..974848b 100644 --- a/README.md +++ b/README.md @@ -494,7 +494,7 @@ You can also pass optional parameters --delete : Delete the disk image. --display : Select display backend. 'sdl' (default), 'gtk', 'none' or 'spice' --fullscreen : Starts VM in full screen mode (Ctl+Alt+f to exit) - --ignore-msrs-always : Configure KVM to always ignore unhandle machine-specific registers + --ignore-msrs-always : Configure KVM to always ignore unhandled machine-specific registers --screen : Use specified screen to determine the window size. --shortcut : Create a desktop shortcut --snapshot apply : Apply/restore a snapshot. diff --git a/quickemu b/quickemu index 36aa6c3..6763f43 100755 --- a/quickemu +++ b/quickemu @@ -954,7 +954,7 @@ function usage() { echo " --delete : Delete the disk image." echo " --display : Select display backend. 'sdl' (default), 'gtk', 'none', or 'spice'" echo " --fullscreen : Starts VM in full screen mode (Ctl+Alt+f to exit)" - echo " --ignore-msrs-always : Configure KVM to always ignore unhandle machine-specific registers" + echo " --ignore-msrs-always : Configure KVM to always ignore unhandled machine-specific registers" echo " --screen : Use specified screen to determine the window size." echo " --shortcut : Create a desktop shortcut" echo " --snapshot apply : Apply/restore a snapshot."