From 118e3785ee73fb5527d80b6d6d160aaebf926d1b Mon Sep 17 00:00:00 2001 From: "Myoungwoon Roy, Kim" Date: Tue, 24 Dec 2019 09:24:07 -0500 Subject: [PATCH] docs: Fix a typo in guideline about deprecated API Summary: Fix a typo (elm_textpath_circluar_set -> elm_textpath_circular_set) Test Plan: Revise documentation only Reviewers: segfaultxavi Reviewed By: segfaultxavi Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D10962 --- src/lib/elementary/elm_deprecated.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/elm_deprecated.h b/src/lib/elementary/elm_deprecated.h index 2bb7294f72..a8dd8e2ed7 100644 --- a/src/lib/elementary/elm_deprecated.h +++ b/src/lib/elementary/elm_deprecated.h @@ -1679,7 +1679,7 @@ EINA_DEPRECATED EAPI void elm_win_name_set(Evas_Object *obj, const char *name); * @param[in] start_angle Start angle of the circle * @param[in] direction Textpath direction * - * @deprecated Use elm_textpath_circluar_set() instead. + * @deprecated Use elm_textpath_circular_set() instead. * * @ingroup Elm_Textpath_Group */