ecore-input: Fix spelling errors in comments
authorDerek Foreman <derekf@osg.samsung.com>
Thu, 3 Mar 2016 16:24:37 +0000 (11:24 -0500)
committerChris Michael <cpmichael@osg.samsung.com>
Thu, 3 Mar 2016 16:24:50 +0000 (11:24 -0500)
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

index 1e7e836..c7a74a9 100644 (file)
@@ -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 */