Commit b60aee00276c1a1da76ac8ca6eb46da9696697e8
1 parent
9a393c6c
Typo fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4163 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
audio/audio.c
@@ -1540,7 +1540,7 @@ static struct audio_option audio_options[] = { | @@ -1540,7 +1540,7 @@ static struct audio_option audio_options[] = { | ||
1540 | "(undocumented)", NULL, 0}, | 1540 | "(undocumented)", NULL, 0}, |
1541 | 1541 | ||
1542 | {"LOG_TO_MONITOR", AUD_OPT_BOOL, &conf.log_to_monitor, | 1542 | {"LOG_TO_MONITOR", AUD_OPT_BOOL, &conf.log_to_monitor, |
1543 | - "print logging messages to montior instead of stderr", NULL, 0}, | 1543 | + "print logging messages to monitor instead of stderr", NULL, 0}, |
1544 | 1544 | ||
1545 | {NULL, 0, NULL, NULL, NULL, 0} | 1545 | {NULL, 0, NULL, NULL, NULL, 0} |
1546 | }; | 1546 | }; |