From acb7a24dd0cb777cbf2f6814361737147f6e6854 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 24 Jul 2008 17:04:14 +0000 Subject: [PATCH] cosmetics: typo/grammar fixes git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14371 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- tests/tiny_psnr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tiny_psnr.c b/tests/tiny_psnr.c index 7a83dd59c5..b7b1d0848f 100644 --- a/tests/tiny_psnr.c +++ b/tests/tiny_psnr.c @@ -113,7 +113,7 @@ int main(int argc,char* argv[]){ if(argc<3){ printf("tiny_psnr [ [ []]]\n"); - printf("for wav files use the following:\n"); + printf("For WAV files use the following:\n"); printf("./tiny_psnr file1.wav file2.wav 2 0 44 to skip the header.\n"); return -1; } @@ -121,7 +121,7 @@ int main(int argc,char* argv[]){ f[0]= fopen(argv[1], "rb"); f[1]= fopen(argv[2], "rb"); if(!f[0] || !f[1]){ - fprintf(stderr, "couldnt open input files\n"); + fprintf(stderr, "Could not open input files.\n"); return -1; } fseek(f[shift<0], shift < 0 ? -shift : shift, SEEK_SET); -- 2.11.4.GIT