--- a/doc/manual/objects.texi Fri Feb 12 12:12:33 2010 -0800
+++ b/doc/manual/objects.texi Sun Feb 14 02:06:30 2010 +0300
@@ -135,7 +135,7 @@
we recommend you to use the CreateObject template functions
to create the object and store it in a smart pointer to avoid
memory leaks. These functions are really small convenience
-functions and their goal is just is save you a small
+functions and their goal is just to save you a small
bit of typing.
@subsection CreateObject and Create
@@ -292,7 +292,7 @@
factory.Set ("SystemLoss", DoubleValue (3.0));
// Create another object
Ptr<Object> object = m_factory.Create ();
-Wend verbatim
+@end verbatim
@node Downcasting
@section Downcasting