a couple of typos.
authorAndrey Mazo <mazo@iitp.ru>
Sun, 14 Feb 2010 02:06:30 +0300
changeset 5990 20ee319e7e71
parent 5989 d3338a5578a5
child 5991 80cd9b67a1bd
a couple of typos.
CHANGES.html
doc/manual/objects.texi
--- a/CHANGES.html	Fri Feb 12 12:12:33 2010 -0800
+++ b/CHANGES.html	Sun Feb 14 02:06:30 2010 +0300
@@ -84,7 +84,7 @@
 by the ns-3 logging system to report the execution context of each log line.
 <li><b>Object::DoStart</b>: Users who need to complete their object setup at the start of a simulation
 can override this virtual method, perform their adhoc setup, and then, must chain up to their parent.
-<li><b>Aod hoc On-Demand Distance Vector (AODV)</b> routing model, 
+<li><b>Ad hoc On-Demand Distance Vector (AODV)</b> routing model, 
 <a href=http://www.ietf.org/rfc/rfc3561.txt>RFC 3561</a> </li>
 <li><b>Ipv4::IsDestinationAddress (Ipv4Address address, uint32_t iif)</b> Method added to support checks of whether a destination address should be accepted 
 as one of the host's own addresses.  RFC 1122 Strong/Weak end system behavior can be changed with a new attribute (WeakEsModel) in class Ipv4.  </li>
--- 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