Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix some typos in comments (found by codespell) (#1331)
Fix also a grammar issue.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil authored and zdenop committed Feb 21, 2018
1 parent 638b025 commit 8130b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/renderer.h
Expand Up @@ -108,7 +108,7 @@ class TESS_API TessResultRenderer {
// Hook for specialized handling in BeginDocument()
virtual bool BeginDocumentHandler();

// This must be overriden to render the OCR'd results
// This must be overridden to render the OCR'd results
virtual bool AddImageHandler(TessBaseAPI* api) = 0;

// Hook for specialized handling in EndDocument()
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -276,7 +276,7 @@ AC_ARG_ENABLE([tessdata-prefix],
AC_MSG_RESULT([$tessdata_prefix])
AM_CONDITIONAL([NO_TESSDATA_PREFIX], [test "$tessdata_prefix" = "no"])
# Check whether enable debuging
# Check whether to enable debugging
AC_MSG_CHECKING([whether to enable debugging])
AC_ARG_ENABLE([debug],
[AS_HELP_STRING([--enable-debug],
Expand Down

0 comments on commit 8130b8d

Please sign in to comment.