From ce907f5c34c8627c07f73d9a470de11127a0a116 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Thu, 20 Feb 2014 13:20:11 -0600 Subject: [PATCH] Fixed typo in "multithreading_cores" preference --- src/openalpr/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openalpr/config.cpp b/src/openalpr/config.cpp index 31072db..ecfa6b6 100644 --- a/src/openalpr/config.cpp +++ b/src/openalpr/config.cpp @@ -72,7 +72,7 @@ void Config::loadValues(string country) { opencl_enabled = getBoolean("common", "opencl_enabled", false); - multithreading_cores = getInt("common", "multhreading_cores", 1); + multithreading_cores = getInt("common", "multithreading_cores", 1); maxPlateWidthPercent = getFloat("common", "max_plate_width_percent", 100); maxPlateHeightPercent = getFloat("common", "max_plate_height_percent", 100);