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
This commit is contained in:
Myoungwoon Roy, Kim 2019-12-24 09:24:07 -05:00 committed by Mike Blumenkrantz
parent 3eef6af97d
commit 118e3785ee
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/