# HG changeset patch # User Mathieu Lacage # Date 1197378182 -3600 # Node ID 20b760baa9c14981c2e3846b18a8f8e119f3821c # Parent 15da56d6a494b9916f46d285d637c7508128e091 fix small typo diff -r 15da56d6a494 -r 20b760baa9c1 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 resolver = Create (); resolver->AddSource ("tx", - TraceDoc ("A new packet is created is sent", + TraceDoc ("A new packet is created and is sent", "Ptr", "The newly-created packet."), m_txTrace);