diff mbox

[09/11] tesseract-ocr: fix typo in variable name

Message ID 20170404225019.27916-9-ricardo.martincoski@gmail.com
State Accepted
Headers show

Commit Message

Ricardo Martincoski April 4, 2017, 10:50 p.m. UTC
TESSERACT_OCF_CONF_OPTS
            ^

Found using [1]:
check-package --include-only TypoInPackageVariable $(find * -type f)
and manually fixed.

[1] http://patchwork.ozlabs.org/patch/729672/

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
---
From get-developers:
Cc: Gilles Talis <gilles.talis@gmail.com>

build-tested using:
$ echo BR2_PACKAGE_TESSERACT_OCR=y > tesseract-ocr.config
$ test-pkg -c tesseract-ocr.config -d /tmp/pkg/ -p tesseract-ocr
49 builds, 10 skipped, 0 failed
---
 package/tesseract-ocr/tesseract-ocr.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/package/tesseract-ocr/tesseract-ocr.mk b/package/tesseract-ocr/tesseract-ocr.mk
index 76ca930d8..9e315b239 100644
--- a/package/tesseract-ocr/tesseract-ocr.mk
+++ b/package/tesseract-ocr/tesseract-ocr.mk
@@ -20,7 +20,7 @@  TESSERACT_OCR_DEPENDENCIES = leptonica host-pkgconf
 TESSERACT_OCR_INSTALL_STAGING = YES
 TESSERACT_OCR_CONF_ENV = \
 	LIBLEPT_HEADERSDIR=$(STAGING_DIR)/usr/include/leptonica
-TESSERACT_OCF_CONF_OPTS = \
+TESSERACT_OCR_CONF_OPTS = \
 	--disable-opencl
 
 # Language data files download