From fadce2d781b6e05a8d2d3e027c8955380abf9b10 Mon Sep 17 00:00:00 2001 From: gabucino Date: Sat, 4 Oct 2003 17:29:08 +0000 Subject: many small typo and grammar fixes Based on Bernard Leak's mail git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11001 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/aspect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/aspect.c') diff --git a/libvo/aspect.c b/libvo/aspect.c index ae86290761..26b665fb35 100644 --- a/libvo/aspect.c +++ b/libvo/aspect.c @@ -64,7 +64,7 @@ void aspect(int *srcw, int *srch, int zoom){ #ifdef ASPECT_DEBUG printf("aspect(0) no aspect forced!\n"); #endif - return; // the user doesnt want to fix aspect + return; // the user doesn't want to fix aspect } #ifdef ASPECT_DEBUG printf("aspect(0) fitin: %dx%d zoom: %d screenaspect: %.2f\n",aspdat.scrw,aspdat.scrh, -- cgit v1.2.3