Missing "not" in docs.

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1042978 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Scott Wheeler 2009-10-31 11:32:31 +00:00
parent dcf4c7458b
commit 2039c725f4

View File

@ -52,7 +52,7 @@ namespace TagLib {
*
* \warning It is advisable <b>not</b> 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()
*/