fix typos in texi files for documentation build

This commit is contained in:
Josh Pelkey
2010-04-21 15:00:25 -04:00
parent 16bc13c741
commit ab86112c3e
3 changed files with 3 additions and 3 deletions

View File

@@ -2083,7 +2083,7 @@ passed around (a @code{Ptr<PcapFileWrapper>}) represents a pcap file. There
is a one-liner in the trace sink to write a timestamp and the contents of the
packet being dropped to the pcap file:
@end verbatim
@verbatim
file->Write(Simulator::Now(), p);
@end verbatim