aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-12-22 15:24:18 +0000
committerBill Meier <wmeier@newsguy.com>2008-12-22 15:24:18 +0000
commit9a3563e807a7caa646c79437482aed92fa12182b (patch)
treea068b3f1ae574b5a837b88e9b4b6629b4be5c709 /plugins/asn1
parent15f02081b343d595d51d5c3cd274a8f69e28bed2 (diff)
Fix some typos and spelling (mostly in text strings)
svn path=/trunk/; revision=27085
Diffstat (limited to 'plugins/asn1')
-rw-r--r--plugins/asn1/packet-asn1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/asn1/packet-asn1.c b/plugins/asn1/packet-asn1.c
index 9c0eb9b9ce..a44fc2f115 100644
--- a/plugins/asn1/packet-asn1.c
+++ b/plugins/asn1/packet-asn1.c
@@ -3757,7 +3757,7 @@ my_signal_handler(GtkTreeView *treeview, GtkTreePath *spath, GtkTreeViewColumn *
newpath = gtk_tree_path_to_string(path);
if (asn1_debug)
- g_message("my_signal_handler: treeview=%p, moveing from %s to %s",
+ g_message("my_signal_handler: treeview=%p, moving from %s to %s",
treeview, oldpath, newpath);
g_free(text);
@@ -3816,7 +3816,7 @@ menuitem_cb (gpointer callback_data,
} else
newpath = g_strdup("** no path **");
if (asn1_debug)
- g_message("menueitem_cb: treeview=%p, moveing from %s to %s",
+ g_message("menueitem_cb: treeview=%p, moving from %s to %s",
treeview, oldpath, newpath);
break;
@@ -5006,7 +5006,7 @@ proto_register_asn1(void) {
type_recursion_opts, FALSE);
prefs_register_bool_preference(asn1_module, "debug",
"ASN.1 debug mode",
- "Extra output useful for debuging",
+ "Extra output useful for debugging",
&asn1_debug);
#if 0
prefs_register_bool_preference(asn1_module, "message_win",