From f1336f4f21700eaffcfcba16bd2b9928f99e1283 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Fri, 6 Feb 2015 06:50:48 -0800 Subject: [PATCH] fix typos (found by Keith Briggs) --- doc/tutorial/source/getting-started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorial/source/getting-started.rst b/doc/tutorial/source/getting-started.rst index fb94bd530..d480a2fa7 100644 --- a/doc/tutorial/source/getting-started.rst +++ b/doc/tutorial/source/getting-started.rst @@ -664,7 +664,7 @@ remember where you are, and invoke Waf like this:: $ ../../../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 @@ debugger:: 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::