From 95db3417288cd8a3250dde5dfef3a3a0db68480c Mon Sep 17 00:00:00 2001 From: joregan Date: Sat, 5 Jun 2010 11:52:17 +0000 Subject: [PATCH] update comment about format git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@398 d0cd1f9f-072b-0410-8dd7-cf729c803f20 --- ccmain/applybox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccmain/applybox.cpp b/ccmain/applybox.cpp index 3ffbbc2efa..0dfc75bac5 100644 --- a/ccmain/applybox.cpp +++ b/ccmain/applybox.cpp @@ -89,7 +89,7 @@ static UNICHARSET unicharset_boxes; * * The box file is assumed to contain box definitions, one per line, of the * following format: - * ... arbitrary trailing fields unused + * ... arbitrary trailing fields unused * * The approach taken is to search the WHOLE page for stuff overlapping each box. * - This is not too inefficient and is SAFE.