From c4d6cf5cd46f14a12422eea2e7dda7e0dc93a902 Mon Sep 17 00:00:00 2001 From: Somin Kim Date: Wed, 22 Jun 2016 17:18:52 +0900 Subject: [PATCH] Fix typo error Change-Id: Ia4d8286cbaf9d9730e962e5c43850aedf99be75c Signed-off-by: Somin Kim --- include/context_trigger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4