From Reinhard Speyerer:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 2 May 2009 06:43:49 +0000 (06:43 +0000)
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 2 May 2009 06:43:49 +0000 (06:43 +0000)
This patch fixes several misspellings/typos in Wireshark documentation.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28243 f5534014-38df-0310-8fa8-9805f1628bb7

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 */
 {