Fix misspelling in e_client.h

Summary: Fix misspelling in e_client.h

Reviewers: zmike

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2477
This commit is contained in:
Yomi 2015-05-07 19:01:04 -04:00 committed by Mike Blumenkrantz
parent aa56794304
commit 413463d2cd
1 changed files with 1 additions and 1 deletions

View 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;