discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=7b34569ca881c39b551538b20f92f63d46f3bfb2

commit 7b34569ca881c39b551538b20f92f63d46f3bfb2
Author: Yomi <[email protected]>
Date:   Wed Jun 11 20:19:14 2014 -0400

    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
---
 src/bin/e_xsettings.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_xsettings.c b/src/bin/e_xsettings.c
index a8a2389..bc507a4 100644
--- a/src/bin/e_xsettings.c
+++ b/src/bin/e_xsettings.c
@@ -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;

-- 


Reply via email to