Fix misspelling in e_client.h
authorYomi <abyomi0@gmail.com>
Thu, 7 May 2015 23:01:04 +0000 (19:01 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Thu, 7 May 2015 23:01:05 +0000 (19:01 -0400)
Summary: Fix misspelling in e_client.h

Reviewers: zmike

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2477

src/bin/e_client.h

index 2144e0c..e9b7454 100644 (file)
@@ -106,7 +106,7 @@ typedef enum _E_Fullscreen
 {
    /* Resize window */
    E_FULLSCREEN_RESIZE,
-   /* Change screen resoultion and resize window */
+   /* Change screen resolution and resize window */
    E_FULLSCREEN_ZOOM
 } E_Fullscreen;