diff libvo/vo_directfb2.c @ 11000:6e35326c742f

many small typo and grammar fixes Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk>
author gabucino
date Sat, 04 Oct 2003 17:29:08 +0000
parents 10f45897d653
children cda09732375e
line wrap: on
line diff
--- a/libvo/vo_directfb2.c	Sat Oct 04 07:53:20 2003 +0000
+++ b/libvo/vo_directfb2.c	Sat Oct 04 17:29:08 2003 +0000
@@ -1486,7 +1486,7 @@
         void *dst;
         int pitch;
 	
-	unlock(); // isnt it silly I have to unlock surface and than lock it again :-)
+	unlock(); // isn't it silly I have to unlock surface and then lock it again :-)
 	
 	if (frame) {
 		DFBCHECK (frame->Lock(frame,DSLF_WRITE|DSLF_READ,&dst,&pitch));