changeset 21768:f665d42cd019

spellfix
author nicodvb
date Fri, 29 Dec 2006 13:26:48 +0000
parents ff8dbfde335e
children c9d6c2d5c320
files DOCS/tech/dr-methods.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/dr-methods.txt	Thu Dec 28 23:44:38 2006 +0000
+++ b/DOCS/tech/dr-methods.txt	Fri Dec 29 13:26:48 2006 +0000
@@ -9,7 +9,7 @@
 
 method 1: decoding directly to externally provided buffers.
 so, the codec decodes macroblocks directly to the buffer provided by the
-caller. as this buffer will be readed later (for MC of next frame) it's not
+caller. as this buffer will be read later (for MC of next frame) it's not
 a good idea to place such buffers in slow video ram. but.
 there are many video out drivers using buffers in system ram, and using some
 way of memcpy or DMA to blit it to video ram at display time.