From 54f954c2ee6f75bb3fcbc71e78b7e8526df93918 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Thu, 3 Mar 2016 11:24:37 -0500 Subject: [PATCH] ecore-input: Fix spelling errors in comments This small patch just fixes up some spelling errors in comments. No functional changes. Reviewers: zmike, devilhorns Reviewed By: devilhorns Subscribers: cedric, jpeg Differential Revision: https://phab.enlightenment.org/D3753 --- src/lib/ecore_input/Ecore_Input.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib/ecore_input/Ecore_Input.h b/src/lib/ecore_input/Ecore_Input.h index 1e7e836b69..c7a74a9d4c 100644 --- a/src/lib/ecore_input/Ecore_Input.h +++ b/src/lib/ecore_input/Ecore_Input.h @@ -147,7 +147,7 @@ extern "C" { Ecore_Window event_window; /**< The child window where event happened */ unsigned int timestamp; /**< Time when the event occurred */ - unsigned int modifiers; /**< The combination of modifiers key (SHIT,CTRL,ALT,..)*/ + unsigned int modifiers; /**< The combination of modifiers key (SHIFT,CTRL,ALT,..)*/ int same_screen; /**< same screen flag */ @@ -167,7 +167,7 @@ extern "C" { Ecore_Window event_window; /**< The child window where event happened */ unsigned int timestamp; /**< Time when the event occurred */ - unsigned int modifiers; /**< The combination of modifiers key (SHIT,CTRL,ALT,..)*/ + unsigned int modifiers; /**< The combination of modifiers key (SHIFT,CTRL,ALT,..)*/ unsigned int buttons; /**< The button that was used */ unsigned int double_click; /**< Double click event */ unsigned int triple_click; /**< Triple click event */ @@ -203,7 +203,7 @@ extern "C" { Ecore_Window event_window; /**< The child window where event happened */ unsigned int timestamp; /**< Time when the event occurred */ - unsigned int modifiers; /**< The combination of modifiers key (SHIT,CTRL,ALT,..)*/ + unsigned int modifiers; /**< The combination of modifiers key (SHIFT,CTRL,ALT,..)*/ int same_screen; /**< Same screen flag */ int direction; /**< Orientation of the wheel (horizontal/vertical) */ @@ -228,7 +228,7 @@ extern "C" { Ecore_Window event_window; /**< The child window where event happened */ unsigned int timestamp; /**< Time when the event occurred */ - unsigned int modifiers; /**< The combination of modifiers key (SHIT,CTRL,ALT,..)*/ + unsigned int modifiers; /**< The combination of modifiers key (SHIFT,CTRL,ALT,..)*/ int same_screen; /**< Same screen flag */ @@ -297,7 +297,7 @@ extern "C" { Ecore_Window event_window; /**< The child window where event happened */ unsigned int timestamp; /**< Time when the event occurred */ - unsigned int modifiers; /**< The combination of modifiers key (SHIT,CTRL,ALT,..)*/ + unsigned int modifiers; /**< The combination of modifiers key (SHIFT,CTRL,ALT,..)*/ int x; /**< x coordinate relative to window where event happened */ int y; /**< y coordinate relative to window where event happened */