another texi typo
authorJosh Pelkey <jpelkey@gatech.edu>
Wed, 21 Apr 2010 15:07:34 -0400
changeset 6262 cba3ec1dc842
parent 6261 ab09d56460a2
child 6263 d2bebb6a3b73
another texi typo
doc/tutorial/tracing.texi
--- a/doc/tutorial/tracing.texi	Wed Apr 21 15:00:25 2010 -0400
+++ b/doc/tutorial/tracing.texi	Wed Apr 21 15:07:34 2010 -0400
@@ -2755,7 +2755,7 @@
 methods must implement a single virtual method inherited from this class.  There
 will be a separate implementation for @code{Ipv6}, for example, but the only
 difference will be in the method names and signatures.  Different method names
-are required to disambiguate class @code{Ipv4} from @coe{Ipv6} which are both 
+are required to disambiguate class @code{Ipv4} from @code{Ipv6} which are both 
 derived from class @code{Object}, and methods that share the same signature.
 
 @verbatim