diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-03-30 18:58:01 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-03-30 18:58:01 +0000 |
commit | e598752a63d65eb2ed97123363cb02632bd485c7 (patch) | |
tree | 6c04a024c6c4f71157c1b368ef9f9b78f29cc94d /monitor.c | |
parent | 7246bb21ba7321a0b741405836c24c303c13d268 (diff) |
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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |