From ca7fdaa92957ac452b57830a8c3606e3da29fe5b Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Fri, 11 Aug 2006 21:50:56 +0000 Subject: Spelling & Grammar git-svn-id: https://svn.musicpd.org/mpd/trunk@4612 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/tag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tag.c') 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; -- cgit v1.2.3