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/tag.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 'src/tag.c')
-rw-r--r-- | src/tag.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |