fix typo
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Tue, 06 Jan 2009 15:23:49 +0100
changeset 4041 c52c1814bd5e
parent 4040 df2f5e1ea15b
child 4042 d5d8f079f3bd
fix typo
src/devices/wifi/jakes-propagation-loss-model.cc
--- a/src/devices/wifi/jakes-propagation-loss-model.cc	Tue Jan 06 14:25:55 2009 +0100
+++ b/src/devices/wifi/jakes-propagation-loss-model.cc	Tue Jan 06 15:23:49 2009 +0100
@@ -141,7 +141,7 @@
 		   MakeUintegerAccessor (&JakesPropagationLossModel::m_nOscillators),
 		   MakeUintegerChecker<uint8_t> ())
     .AddAttribute ("DopplerFreq",
-                   "The doppler frequency in Hz (f_d = v / lambda = v * f / c, the defualt is 0)",
+                   "The doppler frequency in Hz (f_d = v / lambda = v * f / c), the default is 0)",
                    DoubleValue (0.0),
 		   MakeDoubleAccessor (&JakesPropagationLossModel::m_fd),
 		   MakeDoubleChecker<double> ())