diff options
author | Vincent Richard <[email protected]> | 2004-10-25 23:39:50 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2004-10-25 23:39:50 +0000 |
commit | d6289b28ee97127843aec01509fc8604a3f3c565 (patch) | |
tree | a9c530d6f78df6c2170e8595f8b8ba46e3927758 | |
parent | Fixed comment for Doxygen. (diff) | |
download | vmime-d6289b28ee97127843aec01509fc8604a3f3c565.tar.gz vmime-d6289b28ee97127843aec01509fc8604a3f3c565.zip |
Fixed a typo in Doxygen comment (<).
-rw-r--r-- | src/text.hpp | 2 |
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> <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> <:us-ascii> "Linux dans un " + * <pre> <us-ascii> "Linux dans un " * <iso-8859-1> "t'el'ephone " * <us-ascii> "mobile" * ("Linux dans un =?iso-8859-1?Q?t=E9l=E9phone_?= mobile") |