aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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 { }