aboutsummaryrefslogtreecommitdiffstats
path: root/tap-megacostat.c
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-01 07:02:23 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-01 07:02:23 +0000
commit081409d674ff3cb8c101641a1a6b6b0b6669cabd (patch)
treebf5eb323d3c8b974123058952c71e5f3694c6ebd /tap-megacostat.c
parente73e61553029e781304c0ffe7249ef51c39cf452 (diff)
From Reinhard Speyerer:
This patch fixes several misspellings/typos in Wireshark SVN revision 28201. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28206 f5534014-38df-0310-8fa8-9805f1628bb7
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);
}