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_sun_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_sun_out.c')
-rw-r--r-- | src/audio_out/audio_sun_out.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio_out/audio_sun_out.c b/src/audio_out/audio_sun_out.c index a487f18e2..2b6b146e5 100644 --- a/src/audio_out/audio_sun_out.c +++ b/src/audio_out/audio_sun_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_sun_out.c,v 1.38 2004/04/11 14:41:09 mroi Exp $ + * $Id: audio_sun_out.c,v 1.39 2004/04/11 15:27:19 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -890,7 +890,7 @@ static ao_driver_t *ao_sun_open_plugin (audio_driver_class_t *class_gen, const v _("Specifies the file name for the Sun audio device " "to be used.\nThis setting is security critical, " "because when changed to a different file, xine " - "can be used to fill this file with arbitrary content." + "can be used to fill this file with arbitrary content. " "So you should be careful that the value you enter " "really is a proper Sun audio device."), XINE_CONFIG_SECURITY, NULL, |