--- a/doc/tutorial/source/getting-started.rst Thu Feb 05 16:39:39 2015 -0800
+++ b/doc/tutorial/source/getting-started.rst Fri Feb 06 06:50:48 2015 -0800
@@ -664,7 +664,7 @@
$ ../../../waf ...
-but that get's tedious, and error prone, and there are better solutions.
+but that gets tedious, and error prone, and there are better solutions.
If you have the full |ns3| repository this little gem is a start::
@@ -848,7 +848,7 @@
Working Directory
+++++++++++++++++
-Waf needs to run from it's location at the top of the |ns3| tree.
+Waf needs to run from its location at the top of the |ns3| tree.
This becomes the working directory where output files will be written.
But what if you want to keep those ouf to the |ns3| source tree? Use
the ``--cwd`` argument::