Ethereal-dev: [Ethereal-dev] [Patch] for typo

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Martin Mathieson <martin.mathieson@xxxxxxxxxxxx>
Date: Tue, 25 Apr 2006 13:06:25 +0100
Fix typo in menu item name

Martin
Index: mcast_stream_dlg.c
===================================================================
--- mcast_stream_dlg.c	(revision 17993)
+++ mcast_stream_dlg.c	(working copy)
@@ -684,6 +684,6 @@
 void
 register_tap_listener_mcast_stream_dlg(void)
 {
-	register_stat_menu_item("Multicat Streams", REGISTER_STAT_GROUP_NONE,
+	register_stat_menu_item("Multicast Streams", REGISTER_STAT_GROUP_NONE,
 	    mcaststream_launch, NULL, NULL, NULL);
 }