[Filter/OpenVino] Correct typo in an error message
authorWook Song <wook16.song@samsung.com>
Sun, 12 Jan 2020 23:57:48 +0000 (08:57 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 21 Jan 2020 03:43:45 +0000 (12:43 +0900)
This patch corrects a typo in an error message.

Signed-off-by: Wook Song <wook16.song@samsung.com>
ext/nnstreamer/tensor_filter/tensor_filter_openvino.cc

index 00151a9..59d83e2 100644 (file)
@@ -289,7 +289,7 @@ TensorFilterOpenvino::loadModel ()
 
   return RetSuccess;
 err:
-  g_critical ("Failed to load the modes onto the device.");
+  g_critical ("Failed to load the models onto the device.");
 
   return RetENoDev;
 }