ami pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=8f3760ec1c34b3fc24d3a78962715c066dd8837c
commit 8f3760ec1c34b3fc24d3a78962715c066dd8837c Author: Amitesh Singh <[email protected]> Date: Mon Sep 28 15:21:07 2015 +0530 fix typo in elm_map_overlay_group_members_get API doc --- src/lib/elm_map_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_map_common.h b/src/lib/elm_map_common.h index 8e08526..5de92eb 100644 --- a/src/lib/elm_map_common.h +++ b/src/lib/elm_map_common.h @@ -527,7 +527,7 @@ EAPI int elm_map_overlay_class_zoom_max_get(const Elm_Map_Over * * @return The list of group overlay members. * - * The group overlays are virtually overlays. Those are shown and hidden dynamically. + * The group overlays are virtual overlays. Those are shown and hidden dynamically. * You can add callback to the class overlay. If one of the group overlays in this class * is clicked, callback will be called and return a virtual group overlays. * --
