From: Mathieu Rene Date: Tue, 12 Oct 2010 20:52:16 +0000 (-0400) Subject: typo X-Git-Tag: v1.2-rc1~265^2~11^2~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b86794dea0406ea09c6fc92911c48d87d7c1f4b;p=thirdparty%2Ffreeswitch.git typo --- diff --git a/src/fs_encode.c b/src/fs_encode.c index 15e6538ecf..9517802600 100644 --- a/src/fs_encode.c +++ b/src/fs_encode.c @@ -224,8 +224,8 @@ end: return r; usage: printf("Usage: %s [options] input output\n\n", argv[0]); - printf("The output must end in the format, eg: myfile.SPEEX\n"); - printf("\t\t -l module[,module]\t Load additional modules (coma-separated)\n"); + printf("The output must end in the format, e.g., myfile.SPEEX\n"); + printf("\t\t -l module[,module]\t Load additional modules (comma-separated)\n"); printf("\t\t -f format\t\t fmtp to pass to the codec\n"); printf("\t\t -p ptime\t\t ptime to use while encoding\n"); printf("\t\t -r rate\t\t sampling rate\n");