diff options
Diffstat (limited to 'src/song_update.c')
-rw-r--r-- | src/song_update.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/song_update.c b/src/song_update.c index b418b600e..e2a845eef 100644 --- a/src/song_update.c +++ b/src/song_update.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2010 The Music Player Daemon Project + * Copyright (C) 2003-2011 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -190,7 +190,7 @@ song_file_update_inarchive(struct song *song) tag_free(song->tag); //accept every file that has music suffix - //because we dont support tag reading throught + //because we don't support tag reading through //input streams song->tag = tag_new(); |