]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo
authorMathieu Rene <mrene@avgs.ca>
Tue, 12 Oct 2010 20:52:16 +0000 (16:52 -0400)
committerMathieu Rene <mrene@avgs.ca>
Tue, 12 Oct 2010 20:52:23 +0000 (16:52 -0400)
src/fs_encode.c

index 15e6538ecf4726b273aa529781f11792dab9359d..95178026000b3c734c2d7dd1ebeea95c966dbf26 100644 (file)
@@ -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");