From db1ffacc10b5c8db7ab4962fc2c5aeb1aa19df8d Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Wed, 6 Sep 2006 14:08:13 +0200 Subject: [PATCH] fix typo --- doc/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/main.txt b/doc/main.txt index 31648410f..1d6284cc2 100644 --- a/doc/main.txt +++ b/doc/main.txt @@ -14,7 +14,7 @@ * The "core" module contains: * - a Functor class: ns3::Callback * - an os-independent interface to get write-only access to a file: ns3::SystemFile - * - an os-independent interface to get access to the elapsed wall clock time: ns3:SystemWallClockMs + * - an os-independent interface to get access to the elapsed wall clock time: ns3::SystemWallClockMs * - a class to register regression tests with the test manager: ns3::Test and ns3::TestManager * * The "simulator" module contains: