aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.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/tag.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 '')
-rw-r--r--src/tag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag.c b/src/tag.c
index b4707d487..c01293b2c 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -414,7 +414,7 @@ MpdTag *apeDup(char *file)
if (readLEuint32(footer.version) != 2000)
goto fail;
- /* find begining of ape tag */
+ /* find beginning of ape tag */
tagLen = readLEuint32(footer.length);
if (tagLen < sizeof(footer))
goto fail;