docs: Fix a typo in guideline about deprecated API accepted/tizen/unified/20191226.123015 submit/tizen/20191225.212040
authorMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>
Tue, 24 Dec 2019 14:24:07 +0000 (09:24 -0500)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 25 Dec 2019 21:12:14 +0000 (06:12 +0900)
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

index c405695..0ca6fb9 100644 (file)
@@ -1726,7 +1726,7 @@ EINA_DEPRECATED EAPI Evas_Object *elm_panes_content_right_unset(Evas_Object *obj
  * @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
  */