summaryrefslogtreecommitdiff
path: root/plugins/mate/mate_setup.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-01-05 13:01:08 +0000
committerJörg Mayer <jmayer@loplof.de>2006-01-05 13:01:08 +0000
commitf9a57f08d1960cf7f6d898645d4e9f0ee384c0e7 (patch)
tree2ec913d2de0cecf04e92c11547a05cd175a5f66a /plugins/mate/mate_setup.c
parent1cd8e8ca0c6df4cedec907b1f1c2e634f3a92a91 (diff)
downloadwireshark-f9a57f08d1960cf7f6d898645d4e9f0ee384c0e7.tar.gz
Bill Meier:
Spelling fixes. svn path=/trunk/; revision=16956
Diffstat (limited to 'plugins/mate/mate_setup.c')
-rw-r--r--plugins/mate/mate_setup.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/mate/mate_setup.c b/plugins/mate/mate_setup.c
index 4b3fe1a9de..89752be8cd 100644
--- a/plugins/mate/mate_setup.c
+++ b/plugins/mate/mate_setup.c
@@ -293,7 +293,7 @@ static void analyze_pdu_config(mate_cfg_pdu* cfg) {
g_array_append_val(matecfg->hfrs,hfri);
hfri.p_id = &(cfg->hfid_pdu_time_in_gop);
- hfri.hfinfo.name = g_strdup_printf("%s time since begining of Gop",cfg->name);
+ hfri.hfinfo.name = g_strdup_printf("%s time since beginning of Gop",cfg->name);
hfri.hfinfo.abbrev = g_strdup_printf("mate.%s.TimeInGop",cfg->name);
hfri.hfinfo.type = FT_FLOAT;
hfri.hfinfo.display = BASE_DEC;
@@ -333,7 +333,7 @@ static void analyze_gop_config(gpointer k _U_, gpointer v, gpointer p _U_) {
hfri.hfinfo.abbrev = g_strdup_printf("mate.%s.StartTime",cfg->name);
hfri.hfinfo.type = FT_FLOAT;
hfri.hfinfo.display = BASE_DEC;
- hfri.hfinfo.blurb = g_strdup_printf("Seconds passed since the begining of caputre to the start of this %s",cfg->name);
+ hfri.hfinfo.blurb = g_strdup_printf("Seconds passed since the beginning of capture to the start of this %s",cfg->name);
g_array_append_val(matecfg->hfrs,hfri);
@@ -475,7 +475,7 @@ static void analyze_gog_config(gpointer k _U_, gpointer v, gpointer p _U_) {
hfri.hfinfo.name = g_strdup_printf("%s start time",cfg->name);
hfri.hfinfo.abbrev = g_strdup_printf("mate.%s.StartTime",cfg->name);
hfri.hfinfo.type = FT_FLOAT;
- hfri.hfinfo.blurb = g_strdup_printf("Seconds passed since the begining of caputre to the start of this %s",cfg->name);
+ hfri.hfinfo.blurb = g_strdup_printf("Seconds passed since the beginning of capture to the start of this %s",cfg->name);
g_array_append_val(matecfg->hfrs,hfri);
@@ -919,7 +919,7 @@ extern mate_config* mate_make_config(const gchar* filename, int mate_hfid) {
analyze_config();
} else {
report_failure("MATE failed to configue!\n"
- "It is recomended that you fix your config and restart ethereal.\n"
+ "It is recommended that you fix your config and restart ethereal.\n"
"The reported error is:\n%s\n",matecfg->config_error->str);
/* if (matecfg) destroy_mate_config(matecfg,FALSE); */