fix tutorial typo
authorTom Henderson <tomh@tomh.org>
Sun, 26 Aug 2012 13:50:04 -0700
changeset 9018 73773563c94c
parent 9017 ada0e58b1f58
child 9019 31c638668fde
fix tutorial typo
doc/tutorial/source/tracing.rst
--- a/doc/tutorial/source/tracing.rst	Sun Aug 26 13:35:52 2012 -0700
+++ b/doc/tutorial/source/tracing.rst	Sun Aug 26 13:50:04 2012 -0700
@@ -1298,7 +1298,7 @@
 executing the simulation,  ``Simulator::Run`` will return control back to 
 the ``main`` function.  When this happens, the script enters what can be 
 called "Teardown Time," which is when the structures and objects created 
-during setup and taken apart and released.
+during setup are taken apart and released.
 
 Perhaps the most common mistake made in trying to use the tracing system is 
 assuming that entities constructed dynamically during simulation time are