diff DOCS/tech/libvo.txt @ 22289:780caed72ac7

cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
author diego
date Thu, 22 Feb 2007 00:18:10 +0000
parents e9d849bf8050
children 82a108d63c2a
line wrap: on
line diff
--- a/DOCS/tech/libvo.txt	Wed Feb 21 21:59:33 2007 +0000
+++ b/DOCS/tech/libvo.txt	Thu Feb 22 00:18:10 2007 +0000
@@ -90,7 +90,7 @@
       window size and position. The code should look as following:
       ---
       set x,y,w,h to the values supplied by the caller or to those you deam
-      usefull.
+      useful.
       call geometry(&x, &y, &w, &h, screenw, screenh)
       call aspect()
       ---
@@ -114,7 +114,7 @@
 	 draw_alpha() for each. As a help, osd.c contains draw_alpha for
 	 each pixelformats, use this if possible!
 	 
-	 NOTE: this one will be obsolete soon! But it's still usefull when
+	 NOTE: This one will be obsolete soon! But it's still useful when
 	 you want to do tricks, like rendering osd _after_ hardware scaling
 	 (tdfxfb) or render subtitles under of the image (vo_mpegpes, sdl)