diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-07 19:46:58 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-07 19:46:58 +0000 |
commit | b60aee00276c1a1da76ac8ca6eb46da9696697e8 (patch) | |
tree | 4399d428d5b6fe37a416327c93979f9578c6f261 /audio | |
parent | 9a393c6cf1d92e045c865e9f8220bb2e570a3022 (diff) | |
download | hqemu-b60aee00276c1a1da76ac8ca6eb46da9696697e8.zip hqemu-b60aee00276c1a1da76ac8ca6eb46da9696697e8.tar.gz |
Typo fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4163 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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} }; |