diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-04-11 15:27:19 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-04-11 15:27:19 +0000 |
commit | e6a3c361c1546479fad55f8ec7f2e3231e79e81d (patch) | |
tree | 97c6b71452ad77d3afa6f0e6df24bdc9411161f7 /src/audio_out/audio_alsa_out.c | |
parent | b47073ea5b659e7d8e50a2aeee36285b67e43565 (diff) | |
download | xine-lib-e6a3c361c1546479fad55f8ec7f2e3231e79e81d.tar.gz xine-lib-e6a3c361c1546479fad55f8ec7f2e3231e79e81d.tar.bz2 |
typo fixes from Frantisek
CVS patchset: 6395
CVS date: 2004/04/11 15:27:19
Diffstat (limited to 'src/audio_out/audio_alsa_out.c')
-rw-r--r-- | src/audio_out/audio_alsa_out.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio_out/audio_alsa_out.c b/src/audio_out/audio_alsa_out.c index d0a62dd4b..825c8b267 100644 --- a/src/audio_out/audio_alsa_out.c +++ b/src/audio_out/audio_alsa_out.c @@ -26,7 +26,7 @@ * (c) 2001 James Courtier-Dutton <James@superbug.demon.co.uk> * * - * $Id: audio_alsa_out.c,v 1.135 2004/04/10 14:53:42 mroi Exp $ + * $Id: audio_alsa_out.c,v 1.136 2004/04/11 15:27:19 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -1462,7 +1462,7 @@ static ao_driver_t *open_plugin (audio_driver_class_t *class_gen, const void *da 0, _("sound system can handle 5.0 audio"), _("Enable this, if you want your sound system to " - "receive four channel surround sound from xine. " + "receive five channel surround sound from xine. " "This means three front channels (left, center and " "right) and two rear channels (left and right).\n" "You need to connect the necessary speakers to " |