From Reinhard Speyerer:
authorJaap Keuter <jaap.keuter@xs4all.nl>
Sat, 2 May 2009 06:43:49 +0000 (06:43 -0000)
committerJaap Keuter <jaap.keuter@xs4all.nl>
Sat, 2 May 2009 06:43:49 +0000 (06:43 -0000)
This patch fixes several misspellings/typos in Wireshark documentation.

svn path=/trunk/; revision=28243

doc/README.stats_tree

index 6a0dad8d30352ea01680b288b56a522df408fb61..0d6d6f507d3f35bd95631faada6643e90396b406 100644 (file)
@@ -89,7 +89,7 @@ extern void udp_term_stats_tree_init(stats_tree* st) {
 
 /* this one will be called with every udp packet */
 extern int udp_term_stats_tree_packet(stats_tree *st, /* st as it was passed to us */ 
-                                      packet_info *pinfo,  /* we'll fetch the addreses from here */
+                                      packet_info *pinfo,  /* we'll fetch the addresses from here */
                                       epan_dissect_t *edt _U_, /* unused */ 
                                       const void *p) /* we'll use this to fetch the ports */
 {