From: aurel32 Date: Mon, 7 Apr 2008 19:46:58 +0000 (+0000) Subject: Typo fix X-Git-Tag: TizenStudio_2.0_p2.3~12060 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28df6bbed79132eb339e25715937aa192a236253;p=sdk%2Femulator%2Fqemu.git Typo fix git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4163 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/audio/audio.c b/audio/audio.c index 2bea53e..9e7fe80 100644 --- a/audio/audio.c +++ b/audio/audio.c @@ -1540,7 +1540,7 @@ static struct audio_option audio_options[] = { "(undocumented)", NULL, 0}, {"LOG_TO_MONITOR", AUD_OPT_BOOL, &conf.log_to_monitor, - "print logging messages to montior instead of stderr", NULL, 0}, + "print logging messages to monitor instead of stderr", NULL, 0}, {NULL, 0, NULL, NULL, NULL, 0} };