aboutsummaryrefslogtreecommitdiffstats
path: root/tap-megacostat.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-05-01 07:02:23 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-05-01 07:02:23 +0000
commitc9ed61c3682da81f1fbcb5afb86991b8f8a813df (patch)
treebf5eb323d3c8b974123058952c71e5f3694c6ebd /tap-megacostat.c
parentf6122af9be18e931cf09c2b12cb80b162f8f2fe0 (diff)
From Reinhard Speyerer:
This patch fixes several misspellings/typos in Wireshark SVN revision 28201. svn path=/trunk/; revision=28206
Diffstat (limited to 'tap-megacostat.c')
-rw-r--r--tap-megacostat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-megacostat.c b/tap-megacostat.c
index dfe9fdb92c..d2999815c7 100644
--- a/tap-megacostat.c
+++ b/tap-megacostat.c
@@ -91,7 +91,7 @@ megacostat_init(const char *optarg, void* userdata _U_)
h248_ctx_track = prefs_find_preference(prefs_find_module("h248"),"ctx_info");
if (!*megaco_ctx_track->varp.boolp || !*h248_ctx_track->varp.boolp) {
printf("Track Context option at Protocols -> MEGACO and Protocols -> H248 preferences\n");
- printf("has to be set to true to enable measurement of service reponse times.\n");
+ printf("has to be set to true to enable measurement of service response times.\n");
exit(1);
}