summaryrefslogtreecommitdiffstats
path: root/librss/loader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'librss/loader.cpp')
-rw-r--r--librss/loader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/librss/loader.cpp b/librss/loader.cpp
index e4523b07..0ca68389 100644
--- a/librss/loader.cpp
+++ b/librss/loader.cpp
@@ -256,7 +256,7 @@ void Loader::slotRetrieverDone(const TQByteArray &data, bool success)
}
/* It seems that some Microsoft-developed code generates UTF-8 files
- * with the three leading tqunicode characters 0357, 0273, 0277. For
+ * with the three leading unicode characters 0357, 0273, 0277. For
* an example, check http://msdn.microsoft.com/rss.xml
*/
if (len > 3 && TQChar(*charData) == TQChar(0357)) {