aboutsummaryrefslogtreecommitdiffstats
path: root/src/volume.c
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2006-08-11 21:50:56 +0000
committerAvuton Olrich <avuton@gmail.com>2006-08-11 21:50:56 +0000
commitca7fdaa92957ac452b57830a8c3606e3da29fe5b (patch)
tree3bf60c9e4e4b56e5ba1a479ff6810ce3c094f2b1 /src/volume.c
parent0cacc359439be8a1c6a69a31bbe26a3c835f692a (diff)
downloadmpd-ca7fdaa92957ac452b57830a8c3606e3da29fe5b.tar.gz
mpd-ca7fdaa92957ac452b57830a8c3606e3da29fe5b.tar.xz
mpd-ca7fdaa92957ac452b57830a8c3606e3da29fe5b.zip
Spelling & Grammar
git-svn-id: https://svn.musicpd.org/mpd/trunk@4612 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/volume.c')
-rw-r--r--src/volume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/volume.c b/src/volume.c
index 52ea571a5..ea9d1dd71 100644
--- a/src/volume.c
+++ b/src/volume.c
@@ -233,7 +233,7 @@ static int prepAlsaMixer(char *card)
if ((err = snd_mixer_attach(volume_alsaMixerHandle, card)) < 0) {
closeAlsaMixer();
- WARNING("problems problems attaching alsa mixer: %s\n",
+ WARNING("problems attaching alsa mixer: %s\n",
snd_strerror(err));
return -1;
}