From 4b86794dea0406ea09c6fc92911c48d87d7c1f4b Mon Sep 17 00:00:00 2001 From: Mathieu Rene Date: Tue, 12 Oct 2010 16:52:16 -0400 Subject: [PATCH] typo --- src/fs_encode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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");