focus: Some typos for efl_ui_focus_manager fixed

Reviewers: stanluk, lukasz.stanislawski

Subscribers: lukasz.stanislawski, cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D5433
This commit is contained in:
Pawel Aksiutowicz 2017-11-08 15:14:53 +09:00 committed by Jean-Philippe Andre
parent a3b1b5d540
commit e2ad1469a5
2 changed files with 2 additions and 2 deletions

View File

@ -1049,7 +1049,7 @@ _coords_movement(Efl_Ui_Focus_Manager_Calc_Data *pd, Node *upper, Efl_Ui_Focus_D
if (eina_list_data_find(DIRECTION_ACCESS(upper, direction).partners, candidate))
{
//this is the next accessable part
//this is the next accessible part
return candidate;
}
}

View File

@ -149,7 +149,7 @@ _efl_ui_focus_manager_root_focus_efl_object_finalize(Eo *obj, Efl_Ui_Focus_Manag
#include "efl_ui_focus_manager_root_focus.eo.c"
/* focus rectnangle implementation */
/* focus rectangle implementation */
typedef struct {
Eina_Bool focus;
} Efl_Ui_Focus_Rectangle_Data;