aboutsummaryrefslogtreecommitdiffstats
path: root/src/base.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-11-05 09:47:08 +0000
committerVincent Richard <[email protected]>2005-11-05 09:47:08 +0000
commitcffdc6caf55ec944144cc87f669e04d80e5045a2 (patch)
treeadf24f880555d353752c0620517b67006201b233 /src/base.cpp
parentRefactored header field values and parameters. (diff)
downloadvmime-cffdc6caf55ec944144cc87f669e04d80e5045a2.tar.gz
vmime-cffdc6caf55ec944144cc87f669e04d80e5045a2.zip
Fixed typos in documentation.
Diffstat (limited to 'src/base.cpp')
-rw-r--r--src/base.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/base.cpp b/src/base.cpp
index 8170a9b8..ff0258f9 100644
--- a/src/base.cpp
+++ b/src/base.cpp
@@ -70,19 +70,19 @@ const text NULL_TEXT;
const word NULL_WORD("", vmime::charset(vmime::charsets::US_ASCII));
-/** Return the library name (eg. "libvmime").
+/** Return the library name (eg: "libvmime").
*
* @return library name
*/
const string libname() { return (VMIME_PACKAGE); }
-/** Return the library version (eg. "0.5.2").
+/** Return the library version (eg: "0.5.2").
*
* @return library version
*/
const string libversion() { return (VMIME_VERSION " (" __DATE__ " " __TIME__ ")"); }
-/** Return the library API version (eg. "6:1:6").
+/** Return the library API version (eg: "6:1:6").
*
* @return library API version
*/