From 584a95b6ad38278f3ec83b4f99f4faae18d19ff7 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sat, 4 Jul 2009 19:15:34 +0000 Subject: [PATCH] Fix comment spelling. SVN revision: 41250 --- src/bin/e_hints.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_hints.c b/src/bin/e_hints.c index e9148c034..825d691bf 100644 --- a/src/bin/e_hints.c +++ b/src/bin/e_hints.c @@ -57,7 +57,7 @@ e_hints_init(void) /*ecore_x_netwm_supported(roots[supported_num], ECORE_X_ATOM_NET_DESKTOP_LAYOUT, 1);*/ /*ecore_x_netwm_supported(roots[supported_num], ECORE_X_ATOM_NET_SHOWING_DESKTOP, 1);*/ - /* Other Root Wsupported_numndow Messages */ + /* Other Root Window Messages */ /*ecore_x_netwm_supported(roots[supported_num], ECORE_X_ATOM_NET_CLOSE_WINDOW, 1);*/ /*ecore_x_netwm_supported(roots[supported_num], ECORE_X_ATOM_NET_MOVERESIZE_WINDOW, 1);*/ supported[supported_num++] = ECORE_X_ATOM_NET_WM_MOVERESIZE;