Fix misspellings on line 21 and line 24.

Summary: Fix what I believe to be misspellings of 'Manager' on lines 21 and 24.

Test Plan: Build Enlightenement...

Reviewers: raster, zmike

CC: cedric

Differential Revision: https://phab.enlightenment.org/D1003
This commit is contained in:
Yomi 2014-06-11 20:19:14 -04:00 committed by Mike Blumenkrantz
parent 1a321b8fd1
commit 7b34569ca8
1 changed files with 2 additions and 2 deletions

View File

@ -18,10 +18,10 @@
#define OFFSET_ADD(n) ((n + 4 - 1) & (~(4 - 1)))
typedef struct _Settings_Manger Settings_Manager;
typedef struct _Settings_Manager Settings_Manager;
typedef struct _Setting Setting;
struct _Settings_Manger
struct _Settings_Manager
{
E_Manager *man;
Ecore_X_Window selection;