diff options
author | Avuton Olrich <avuton@gmail.com> | 2006-08-11 21:50:56 +0000 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2006-08-11 21:50:56 +0000 |
commit | ca7fdaa92957ac452b57830a8c3606e3da29fe5b (patch) | |
tree | 3bf60c9e4e4b56e5ba1a479ff6810ce3c094f2b1 /src/audioOutput.c | |
parent | 0cacc359439be8a1c6a69a31bbe26a3c835f692a (diff) | |
download | mpd-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 '')
-rw-r--r-- | src/audioOutput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audioOutput.c b/src/audioOutput.c index 358947695..60ae9b772 100644 --- a/src/audioOutput.c +++ b/src/audioOutput.c @@ -59,7 +59,7 @@ void finishAudioOutputPlugins(void) bp = getBlockParam(param, name); \ if(force && bp == NULL) { \ ERROR("couldn't find parameter \"%s\" in audio output " \ - "definition begining at %i\n", \ + "definition beginning at %i\n", \ name, param->line); \ exit(EXIT_FAILURE); \ } \ |