Misc. modules/ typos

Found via `codespell`
This commit is contained in:
luz.paz
2018-02-12 07:07:39 -05:00
parent b67523550f
commit 5718d09e39
40 changed files with 76 additions and 76 deletions

View File

@@ -481,7 +481,7 @@ struct HWFeatures
have[CV_CPU_NEON] = (features & ANDROID_CPU_ARM_FEATURE_NEON) != 0;
have[CV_CPU_FP16] = (features & ANDROID_CPU_ARM_FEATURE_VFP_FP16) != 0;
#else
__android_log_print(ANDROID_LOG_INFO, "OpenCV", "cpufeatures library is not avaialble for CPU detection");
__android_log_print(ANDROID_LOG_INFO, "OpenCV", "cpufeatures library is not available for CPU detection");
#if CV_NEON
__android_log_print(ANDROID_LOG_INFO, "OpenCV", "- NEON instructions is enabled via build flags");
have[CV_CPU_NEON] = true;