From 2e6ff523ddb5743eebfacebb162fb4c0e4ee34dc Mon Sep 17 00:00:00 2001 From: siretart Date: Tue, 3 Aug 2010 15:55:17 +0000 Subject: spelling fixes Found by the Debian QA tool 'lintian' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31913 b3059339-0415-0410-9bf9-f77b7e298cf2 reintroduce typo in genres.h that was fixed fixed r31913 to match the id3v2 spec git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31920 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/ai_alsa1x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/ai_alsa1x.c') diff --git a/stream/ai_alsa1x.c b/stream/ai_alsa1x.c index 5035e980f7..3b9e878730 100644 --- a/stream/ai_alsa1x.c +++ b/stream/ai_alsa1x.c @@ -93,7 +93,7 @@ int ai_alsa_setup(audio_in_t *ai) err = snd_pcm_hw_params(ai->alsa.handle, params); if (err < 0) { - mp_tmsg(MSGT_TV, MSGL_ERR, "Unable to install hardware paramameters: %s", snd_strerror(err)); + mp_tmsg(MSGT_TV, MSGL_ERR, "Unable to install hardware parameters: %s", snd_strerror(err)); snd_pcm_hw_params_dump(params, ai->alsa.log); return -1; } -- cgit v1.2.3