Fix a typo 64/171464/1
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 5 Mar 2018 05:26:36 +0000 (14:26 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 5 Mar 2018 05:26:36 +0000 (14:26 +0900)
Change-Id: I5f497a20379261bdb8b6f006fd05ddf60c6410a2
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/data_control_map.h

index ff1ef18..6e7b3e5 100755 (executable)
@@ -164,7 +164,7 @@ typedef struct {
  *
  *      result = data_control_map_destroy(provider);
  *      if (result != DATA_CONTROL_ERROR_NONE)
- *          LOGE("Destorying data control provider is failed with error: %d", result);
+ *          LOGE("Destroying data control provider is failed with error: %d", result);
  *
  *      return result;
  *  }