From: Tsuda Kageyu Date: Sat, 27 Apr 2013 18:06:59 +0000 (+0900) Subject: Comment update X-Git-Tag: v1.9~46^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2273a721888879b6a5c7cd7d60f473bdae28384;p=taglib Comment update --- diff --git a/taglib/riff/wav/infotag.h b/taglib/riff/wav/infotag.h index 72414841..3210b555 100644 --- a/taglib/riff/wav/infotag.h +++ b/taglib/riff/wav/infotag.h @@ -1,6 +1,6 @@ /*************************************************************************** - copyright : (C) 2002 - 2008 by Scott Wheeler - email : wheeler@kde.org + copyright : (C) 2012 by Tsuda Kageyu + email : tsuda.kageyu@gmail.com ***************************************************************************/ /*************************************************************************** @@ -82,7 +82,7 @@ namespace TagLib { * This is the main class in the INFO tag implementation. RIFF INFO tag is a * metadata format found in WAV audio and AVI video files. Though it is a part * of Microsoft/IBM's RIFF specification, the author could not find the official - * documents about it. So, this implementation is refering to unofficial documents + * documents about it. So, this implementation is referring to unofficial documents * online and some applications' behaviors especially Windows Explorer. */ class TAGLIB_EXPORT Tag : public TagLib::Tag