seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=b5598d14a9fc90b68f5d631f4b1c8e569188f340
commit b5598d14a9fc90b68f5d631f4b1c8e569188f340 Author: Daniel Juyung Seo <[email protected]> Date: Wed Sep 16 01:02:32 2015 +0900 focus: Fix typo in commit 431492e. --- src/lib/elm_focus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_focus.h b/src/lib/elm_focus.h index 6f076ba..dae26ed 100644 --- a/src/lib/elm_focus.h +++ b/src/lib/elm_focus.h @@ -48,7 +48,7 @@ typedef enum _Elm_Focus_Direction ELM_FOCUS_LEFT, /**< left direction */ ELM_FOCUS_MOUSE, /**< direction is from mouse */ ELM_FOCUS_REVERT /**< direction is from focus revert */ -} Elm_Focus_Dicretion; +} Elm_Focus_Direction; /** * Focus region show mode. --
