summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Foreman <derekf@osg.samsung.com>2016-03-03 11:24:37 -0500
committerChris Michael <cpmichael@osg.samsung.com>2016-03-03 11:24:50 -0500
commit54f954c2ee6f75bb3fcbc71e78b7e8526df93918 (patch)
tree997f23242deb0b8c7c9461e36e35a9610b66620e
parentb60db90ddc45001db2128f96aa0f5196f844b8c5 (diff)
downloadefl-54f954c2ee6f75bb3fcbc71e78b7e8526df93918.tar.gz
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
-rw-r--r--src/lib/ecore_input/Ecore_Input.h10
1 files 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 */