fix typos
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 18 Jul 2007 17:45:53 +0200
changeset 1609 17b427c34d6b
parent 1608 b08dcbbca8c6
child 1610 c395c5296012
fix typos
src/node/random-topology.cc
--- a/src/node/random-topology.cc	Wed Jul 18 17:45:35 2007 +0200
+++ b/src/node/random-topology.cc	Wed Jul 18 17:45:53 2007 +0200
@@ -26,13 +26,13 @@
 namespace ns3 {
 
 static ClassIdDefaultValue
-g_position ("RandomTopologyType",
+g_position ("RandomTopologyPositionType",
             "The type of initial random position in a 3d topology.",
             RandomPosition::iid,
-            "Rectangle");
+            "RandomRectanglePosition");
 
 static ClassIdDefaultValue
-g_mobility ("RandomTopologyMobilityModelType",
+g_mobility ("RandomTopologyMobilityType",
             "The type of mobility model attached to an object in a 3d topology.",
             MobilityModel::iid,
             "StaticMobilityModel");