From: Peter Wu Date: Fri, 1 Aug 2014 18:32:27 +0000 (+0200) Subject: Fix copy-paste error in '-certs' error message X-Git-Tag: v1.4.8~5^2~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76e6be2fad2daffb54ad603252ceed4a339ffaeb;p=thirdparty%2Ffreeswitch.git Fix copy-paste error in '-certs' error message --- diff --git a/src/switch.c b/src/switch.c index f5ef1ee55f..df3574d2d7 100644 --- a/src/switch.c +++ b/src/switch.c @@ -962,7 +962,7 @@ int main(int argc, char *argv[]) else if (!strcmp(local_argv[x], "-certs")) { x++; if (switch_strlen_zero(local_argv[x]) || is_option(local_argv[x])) { - fprintf(stderr, "When using -certs you must specify a grammar directory\n"); + fprintf(stderr, "When using -certs you must specify a certificates directory\n"); return 255; }