fix small typo
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Tue, 11 Dec 2007 14:03:02 +0100
changeset 2262 20b760baa9c1
parent 2261 15da56d6a494
child 2263 82f7d40a5bb2
fix small typo
src/applications/onoff/onoff-application.cc
--- a/src/applications/onoff/onoff-application.cc	Tue Dec 11 13:51:18 2007 +0100
+++ b/src/applications/onoff/onoff-application.cc	Tue Dec 11 14:03:02 2007 +0100
@@ -269,7 +269,7 @@
 {
   Ptr<CompositeTraceResolver> resolver = Create<CompositeTraceResolver> ();
   resolver->AddSource ("tx",
-                       TraceDoc ("A new packet is created is sent",
+                       TraceDoc ("A new packet is created and is sent",
                                  "Ptr<const Packet>",
                                  "The newly-created packet."),
                        m_txTrace);