From 85eadc7db636e1455bc265494514c107002904bb Mon Sep 17 00:00:00 2001 From: Merlijn Wajer Date: Sat, 25 Sep 2010 15:28:59 +0200 Subject: [PATCH] Fix typos --- Doc/sphinx/mmlref/ocr.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/sphinx/mmlref/ocr.rst b/Doc/sphinx/mmlref/ocr.rst index d70d4fd..0db56e7 100644 --- a/Doc/sphinx/mmlref/ocr.rst +++ b/Doc/sphinx/mmlref/ocr.rst @@ -128,7 +128,7 @@ In code: // NOTE THAT IT ALSO HAS TO BE THE SAME COLOUR // UPTEXT IN THIS CASE. // I'm still not sure if this is a good idea or not. - // Perhaos it should match *any* uptext colour. + // Perhaps it should match *any* uptext colour. if (bmp.fastgetpixel(x,y) = bmp.fastgetpixel(x+1,y+1) ) then continue; @@ -174,7 +174,7 @@ Normal OCR .. note:: To do :-) - A large part is already explained abov e. + A large part is already explained above. Most of the other OCR functions are simply used for plain identifying and have no filtering tasks.