aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}