aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate
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/mate
parent15f02081b343d595d51d5c3cd274a8f69e28bed2 (diff)
Fix some typos and spelling (mostly in text strings)
svn path=/trunk/; revision=27085
Diffstat (limited to 'plugins/mate')
-rw-r--r--plugins/mate/mate_runtime.c2
-rw-r--r--plugins/mate/mate_setup.c4
-rw-r--r--plugins/mate/mate_util.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/plugins/mate/mate_runtime.c b/plugins/mate/mate_runtime.c
index 7416ec873e..5d48bf174d 100644
--- a/plugins/mate/mate_runtime.c
+++ b/plugins/mate/mate_runtime.c
@@ -859,7 +859,7 @@ extern void mate_analyze_frame(packet_info *pinfo, proto_tree* tree) {
cfg = g_ptr_array_index(mc->pducfglist,i);
- dbg_print (dbg_pdu,4,dbg_facility,"mate_analyze_frame: tryning to extract: %s",cfg->name);
+ dbg_print (dbg_pdu,4,dbg_facility,"mate_analyze_frame: trying to extract: %s",cfg->name);
protos = (GPtrArray*) g_hash_table_lookup(tree->tree_data->interesting_hfids,GINT_TO_POINTER(cfg->hfid_proto));
if (protos) {
diff --git a/plugins/mate/mate_setup.c b/plugins/mate/mate_setup.c
index efe454e1ba..972f0304e5 100644
--- a/plugins/mate/mate_setup.c
+++ b/plugins/mate/mate_setup.c
@@ -628,8 +628,8 @@ extern mate_config* mate_make_config(const gchar* filename, int mate_hfid) {
if ( mate_load_config(filename,matecfg) ) {
analyze_config();
} else {
- report_failure("MATE failed to configue!\n"
- "It is recommended that you fix your config and restart wireshark.\n"
+ report_failure("MATE failed to configure!\n"
+ "It is recommended that you fix your config and restart Wireshark.\n"
"The reported error is:\n%s\n",matecfg->config_error->str);
/* if (matecfg) destroy_mate_config(matecfg,FALSE); */
diff --git a/plugins/mate/mate_util.c b/plugins/mate/mate_util.c
index 39a0eb71d1..caec284d16 100644
--- a/plugins/mate/mate_util.c
+++ b/plugins/mate/mate_util.c
@@ -224,7 +224,7 @@ void scs_unsubscribe(SCS_collection* c, gchar* s) {
(*ip)--;
}
} else {
- g_warning("unsusbcribe: not subscribed");
+ g_warning("unsubscribe: not subscribed");
}
}