From: Somin Kim Date: Wed, 22 Jun 2016 08:18:52 +0000 (+0900) Subject: Fix typo error X-Git-Tag: accepted/tizen/common/20160627.191150^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F54%2F75954%2F1;p=platform%2Fcore%2Fapi%2Fcontext.git Fix typo error Change-Id: Ia4d8286cbaf9d9730e962e5c43850aedf99be75c Signed-off-by: Somin Kim --- diff --git a/include/context_trigger.h b/include/context_trigger.h index bdfb0c6..3d3719b 100644 --- a/include/context_trigger.h +++ b/include/context_trigger.h @@ -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.