devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=54f954c2ee6f75bb3fcbc71e78b7e8526df93918

commit 54f954c2ee6f75bb3fcbc71e78b7e8526df93918
Author: Derek Foreman <der...@osg.samsung.com>
Date:   Thu Mar 3 11:24:37 2016 -0500

    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 1e7e836..c7a74a9 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 */

-- 


Reply via email to