From f3eeb519f60a1484ec7faa5c4eca772e8e0bae13 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Mon, 4 Jun 2012 07:21:57 -0700 Subject: [PATCH] two small tutorial typos --- doc/tutorial/source/conclusion.rst | 2 +- doc/tutorial/source/getting-started.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorial/source/conclusion.rst b/doc/tutorial/source/conclusion.rst index 20b256fa1..a4e59ccd7 100644 --- a/doc/tutorial/source/conclusion.rst +++ b/doc/tutorial/source/conclusion.rst @@ -24,7 +24,7 @@ who want to learn more are encouraged to read the following additional documentation: * The |ns3| manual -* The |ns3| model library documentatio +* The |ns3| model library documentation * The |ns3| Doxygen (API documentation) * The |ns3| wiki diff --git a/doc/tutorial/source/getting-started.rst b/doc/tutorial/source/getting-started.rst index e318f5f1e..52d31116e 100644 --- a/doc/tutorial/source/getting-started.rst +++ b/doc/tutorial/source/getting-started.rst @@ -9,7 +9,7 @@ Downloading ns-3 The |ns3| system as a whole is a fairly complex system and has a number of dependencies on other components. Along with the systems you will -most likely deal with every day (the GNU toolchain, Mercurial, you programmer +most likely deal with every day (the GNU toolchain, Mercurial, a text editor) you will need to ensure that a number of additional libraries are present on your system before proceeding. |ns3| provides a wiki for your reading pleasure that includes pages with many useful hints and tips.