Fix typo error 54/75954/1
authorSomin Kim <somin926.kim@samsung.com>
Wed, 22 Jun 2016 08:18:52 +0000 (17:18 +0900)
committerSomin Kim <somin926.kim@samsung.com>
Wed, 22 Jun 2016 08:18:52 +0000 (17:18 +0900)
Change-Id: Ia4d8286cbaf9d9730e962e5c43850aedf99be75c
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
include/context_trigger.h

index bdfb0c6..3d3719b 100644 (file)
@@ -1189,7 +1189,7 @@ int context_trigger_custom_register(const char* name, const char* attr_template)
 int context_trigger_custom_unregister(const char* name);
 
 /**
- * @brief              Publishes an instance of a defined custom contextual data.i
+ * @brief              Publishes an instance of a defined custom contextual data.
  * @details            Using this, an application can publish the latest value of a custom data defined by the same application.
  *                             The published data instance triggers the evaluation process of the trigger rules that use the data in their event part.
  *                             If a rule uses the custom data as a condition, the last known value is referenced.