summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-30 18:58:01 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-30 18:58:01 +0000
commite598752a63d65eb2ed97123363cb02632bd485c7 (patch)
tree6c04a024c6c4f71157c1b368ef9f9b78f29cc94d /monitor.c
parent7246bb21ba7321a0b741405836c24c303c13d268 (diff)
downloadqemu-e598752a63d65eb2ed97123363cb02632bd485c7.tar.gz
Spelling fixes, by Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2550 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor.c b/monitor.c
index 379733333c..86b1f389ba 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1215,9 +1215,9 @@ static term_cmd_t term_cmds[] = {
{ "q|quit", "", do_quit,
"", "quit the emulator" },
{ "eject", "-fB", do_eject,
- "[-f] device", "eject a removable media (use -f to force it)" },
+ "[-f] device", "eject a removable medium (use -f to force it)" },
{ "change", "BF", do_change,
- "device filename", "change a removable media" },
+ "device filename", "change a removable medium" },
{ "screendump", "F", do_screen_dump,
"filename", "save screen into PPM image 'filename'" },
{ "log", "s", do_log,