mv_machine_learning: fix typo
authorHyunil <hyunil46.park@samsung.com>
Wed, 5 Jan 2022 08:45:05 +0000 (17:45 +0900)
committerInki Dae <inki.dae@samsung.com>
Wed, 20 Jul 2022 05:16:23 +0000 (14:16 +0900)
[Version] 0.12.1-0
[Issue type] fix typo

Change-Id: If058f551b3f5cdf92855d7e9ec95b1066d120c28
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
mv_common/src/mv_private.c
mv_machine_learning/mv_inference/inference/include/Inference.h

index 16ae6a4..29ab406 100644 (file)
@@ -82,11 +82,11 @@ bool __mv_check_system_info_feature_supported()
        (isBarcodeDetectionSupported || isBarcodeGenerationSupported ||
                isFaceRecognitionSupported  || isImageRecognitionSupported ||
                isInferenceImageSupported || isInferenceFaceSupported) ?
-                       LOGI("system_info_get_platform_bool returned"
+                       LOGI("system_info_get_platform_bool returned "
                                        "Supported one feature among barcode detection, "
                                        "barcode generation, face recognition, "
                                        "image recognition, and inference capability\n") :
-                       LOGE("system_info_get_platform_bool returned"
+                       LOGE("system_info_get_platform_bool returned "
                                        "Unsupported all features of barcode detection, "
                                        "barcode generation, face recognition, "
                                        "image recognition, inference capability\n") ;
index 95f285f..5facf20 100644 (file)
@@ -223,7 +223,7 @@ namespace inference
                 * @brief   Bind a backend engine
                 * @details Use this function to bind a backend engine for the inference.
                 *                      This creates a inference engine common class object, and loads a backend
-                *                      library which inferfaces with a Neural Network runtime such as TF Lite,
+                *                      library which interfaces with a Neural Network runtime such as TF Lite,
                 *                      OpenCV, ARMNN and so on.
                 *
                 *                      Ps. The created inference engine common object will be released and its