comparison libao2/ao_alsa.c @ 31834:64ba1daa147a

various spelling fixes, found by the Debian QA tool 'lintian'
author siretart
date Tue, 03 Aug 2010 15:55:17 +0000
parents 67b70534caeb
children f60b1fd07712
comparison
equal deleted inserted replaced
31833:c9f9a077d760 31834:64ba1daa147a
60 static const ao_info_t info = 60 static const ao_info_t info =
61 { 61 {
62 "ALSA-0.9.x-1.x audio output", 62 "ALSA-0.9.x-1.x audio output",
63 "alsa", 63 "alsa",
64 "Alex Beregszaszi, Zsolt Barat <joy@streamminister.de>", 64 "Alex Beregszaszi, Zsolt Barat <joy@streamminister.de>",
65 "under developement" 65 "under development"
66 }; 66 };
67 67
68 LIBAO_EXTERN(alsa) 68 LIBAO_EXTERN(alsa)
69 69
70 static snd_pcm_t *alsa_handler; 70 static snd_pcm_t *alsa_handler;