From e598752a63d65eb2ed97123363cb02632bd485c7 Mon Sep 17 00:00:00 2001 From: ths Date: Fri, 30 Mar 2007 18:58:01 +0000 Subject: Spelling fixes, by Stefan Weil. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2550 c046a42c-6fe2-441c-8c8c-71466251a162 --- monitor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'monitor.c') 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, -- cgit v1.2.1