aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2006-10-02 16:16:46 +0000
committerVincent Richard <[email protected]>2006-10-02 16:16:46 +0000
commit7ed5c675a63af35de2c07a864fda57e2be253ab9 (patch)
tree59fadb29c18fabeaac4f555712daf309c4f66c9c /doc
parentAdded a paragraph about time-out handler factory. (diff)
downloadvmime-7ed5c675a63af35de2c07a864fda57e2be253ab9.tar.gz
vmime-7ed5c675a63af35de2c07a864fda57e2be253ab9.zip
Fixed typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/book/basics.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/basics.tex b/doc/book/basics.tex
index da492e43..27591e48 100644
--- a/doc/book/basics.tex
+++ b/doc/book/basics.tex
@@ -73,7 +73,7 @@ you would use normal ("raw") C++ pointers (eg. you can write
Type safety is also guaranteed, and you can type cast smart pointers using
the {\vcode staticCast()}, {\vcode dynamicCast()} and {\vcode constCast()}
-equivalents on {\vcode mime::ref} and {\vcode vmime::weak\_ref} objects:
+equivalents on {\vcode vmime::ref} and {\vcode vmime::weak\_ref} objects:
\begin{lstlisting}[caption={Casting smart pointers}]
class myBase : public vmime::object { }