From: Scott Wheeler Date: Sat, 31 Oct 2009 11:32:31 +0000 (+0000) Subject: Missing "not" in docs. X-Git-Tag: v1.6.2~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2039c725f4efa83cb5e8afaf92eafe01d14e7312;p=taglib Missing "not" in docs. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1042978 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/taglib/mpeg/id3v1/id3v1tag.h b/taglib/mpeg/id3v1/id3v1tag.h index 28dddcf0..629d589f 100644 --- a/taglib/mpeg/id3v1/id3v1tag.h +++ b/taglib/mpeg/id3v1/id3v1tag.h @@ -52,7 +52,7 @@ namespace TagLib { * * \warning It is advisable not to write non-ISO-8859-1 data to ID3v1 * tags. Please consider disabling the writing of ID3v1 tags in the case - * that the data is ISO-8859-1. + * that the data is not ISO-8859-1. * * \see ID3v1::Tag::setStringHandler() */