From Reinhard Speyerer:

This patch fixes several misspellings/typos in Wireshark SVN revision 28201.

svn path=/trunk/; revision=28206
This commit is contained in:
Jaap Keuter 2009-05-01 07:02:23 +00:00
parent f6122af9be
commit c9ed61c368
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}