From 8130b8d346ef007d79d13b4fae649e4f144be0d1 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Wed, 21 Feb 2018 08:39:07 +0100 Subject: [PATCH] Fix some typos in comments (found by codespell) (#1331) Fix also a grammar issue. Signed-off-by: Stefan Weil --- api/renderer.h | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/renderer.h b/api/renderer.h index a6f6d1e7..9e93bb79 100644 --- a/api/renderer.h +++ b/api/renderer.h @@ -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() diff --git a/configure.ac b/configure.ac index 385369eb..16cafe13 100644 --- a/configure.ac +++ b/configure.ac @@ -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], -- GitLab