summaryrefslogtreecommitdiff
path: root/plugins/mate/mate_setup.c
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/mate_setup.c
parent15f02081b343d595d51d5c3cd274a8f69e28bed2 (diff)
downloadwireshark-9a3563e807a7caa646c79437482aed92fa12182b.tar.gz
Fix some typos and spelling (mostly in text strings)
svn path=/trunk/; revision=27085
Diffstat (limited to 'plugins/mate/mate_setup.c')
-rw-r--r--plugins/mate/mate_setup.c4
1 files changed, 2 insertions, 2 deletions
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); */