From bd59c1ab0d221743870fa51b5ef916d3a6899f65 Mon Sep 17 00:00:00 2001 From: Somin Kim Date: Fri, 19 May 2017 12:41:01 +0900 Subject: [PATCH] Fix typo error Change-Id: Ieef981a5cb4ed022d042716c18efff4ac6f75cad Signed-off-by: Somin Kim --- include/context_history.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/context_history.h b/include/context_history.h index 6ca4fd7..d0c918d 100644 --- a/include/context_history.h +++ b/include/context_history.h @@ -291,7 +291,7 @@ int context_history_filter_destroy(context_history_filter_h filter); int context_history_filter_set_int(context_history_filter_h filter, context_history_filter_e filter_type, int value); /** - * @deprecated Deprecate since 4.0. + * @deprecated Deprecated since 4.0. * @brief Sets a string to a filter. * @details This sets the value to a filter. * @since_tizen 2.4 -- 2.7.4