aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-10-25 23:39:50 +0000
committerVincent Richard <[email protected]>2004-10-25 23:39:50 +0000
commitd6289b28ee97127843aec01509fc8604a3f3c565 (patch)
treea9c530d6f78df6c2170e8595f8b8ba46e3927758
parentFixed comment for Doxygen. (diff)
downloadvmime-d6289b28ee97127843aec01509fc8604a3f3c565.tar.gz
vmime-d6289b28ee97127843aec01509fc8604a3f3c565.zip
Fixed a typo in Doxygen comment (&lt;).
-rw-r--r--src/text.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.hpp b/src/text.hpp
index 437b74f0..e05aea3e 100644
--- a/src/text.hpp
+++ b/src/text.hpp
@@ -143,7 +143,7 @@ public:
* <pre> &lt;iso-8859-1> "Linux dans un t'el'ephone mobile"
* ("=?iso-8859-1?Q?Linux_dans_un_t=E9l=E9phone_mobile?=")
* </pre><p>it will return:</p>
- * <pre> &lt:us-ascii> "Linux dans un "
+ * <pre> &lt;us-ascii> "Linux dans un "
* &lt;iso-8859-1> "t'el'ephone "
* &lt;us-ascii> "mobile"
* ("Linux dans un =?iso-8859-1?Q?t=E9l=E9phone_?= mobile")