roi_tracker: fix typo 89/283089/1
authorHyunsoo Park <hance.park@samsung.com>
Tue, 18 Oct 2022 02:32:19 +0000 (11:32 +0900)
committerHyunsoo Park <hance.park@samsung.com>
Tue, 18 Oct 2022 02:32:19 +0000 (11:32 +0900)
[Version]: 0.23.39-0
[Issue type]: docs

Change-Id: Ib4ab81e4466cd3391eb9857cc4fc2ea017161e22
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
include/mv_roi_tracker.h
packaging/capi-media-vision.spec

index b13d31c..d1d7b11 100644 (file)
@@ -107,7 +107,7 @@ int mv_roi_tracker_configure(mv_roi_tracker_h handle, mv_engine_config_h engine_
 /**
  * @brief Prepares roi tracker.
  * @details Use this function to prepare roi tracker based on
- *          the configurtion. ROI related variables are used when 'mv_roi_tracker_perform' is executed.
+ *          the configuration. ROI related variables are used when 'mv_roi_tracker_perform' is executed.
  *
  * @since_tizen 7.0
  *
index 25c396b..a071402 100644 (file)
@@ -1,6 +1,6 @@
 Name:        capi-media-vision
 Summary:     Media Vision library for Tizen Native API
-Version:     0.23.38
+Version:     0.23.39
 Release:     0
 Group:       Multimedia/Framework
 License:     Apache-2.0 and BSD-3-Clause