diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-09-23 18:19:29 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-09-23 18:19:29 +0100 |
commit | 81e0d9f0ddaa5465cf8f9ec5ca2aad7df8d3b4ab (patch) | |
tree | f6c25b308dfd61acb8e5cd687a68f2f580d28ec6 /src/audio_out/audio_alsa_out.c | |
parent | 486fe1fc46d5f5a87696488184de7b7a5a9cb857 (diff) | |
parent | 4100ae40f29ee52181e927a8976b04614f6e1620 (diff) | |
download | xine-lib-81e0d9f0ddaa5465cf8f9ec5ca2aad7df8d3b4ab.tar.gz xine-lib-81e0d9f0ddaa5465cf8f9ec5ca2aad7df8d3b4ab.tar.bz2 |
Merge from 1.1.
Diffstat (limited to 'src/audio_out/audio_alsa_out.c')
-rw-r--r-- | src/audio_out/audio_alsa_out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_out/audio_alsa_out.c b/src/audio_out/audio_alsa_out.c index 3e3564a3b..1eaa5d0d0 100644 --- a/src/audio_out/audio_alsa_out.c +++ b/src/audio_out/audio_alsa_out.c @@ -404,7 +404,7 @@ static int ao_alsa_open(ao_driver_t *this_gen, uint32_t bits, uint32_t rate, int err = snd_pcm_hw_params_set_access_mask(this->audio_fd, params, mask); if (err < 0) { xprintf (this->class->xine, XINE_VERBOSITY_DEBUG, - "audio_alsa_out: mmap not availiable, falling back to compatiblity mode\n"); + "audio_alsa_out: mmap not available, falling back to compatiblity mode\n"); this->mmap=0; err = snd_pcm_hw_params_set_access(this->audio_fd, params, SND_PCM_ACCESS_RW_INTERLEAVED); |