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
This commit is contained in:
Derek Foreman 2016-03-03 11:24:37 -05:00 committed by Chris Michael
parent b60db90ddc
commit 54f954c2ee
1 changed files with 5 additions and 5 deletions

View 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 */