devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9f0e5ae57cd8f16c4ca6e6992d527ea6574bee9c
commit 9f0e5ae57cd8f16c4ca6e6992d527ea6574bee9c Author: Chris Michael <[email protected]> Date: Tue Dec 9 09:50:59 2014 -0500 ecore-drm: Fix error message typo Summary: This just fixes a typo in the error message string @fix Signed-off-by: Chris Michael <[email protected]> --- src/lib/ecore_drm/ecore_drm_launcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_drm/ecore_drm_launcher.c b/src/lib/ecore_drm/ecore_drm_launcher.c index e2d64d5..66c1783 100644 --- a/src/lib/ecore_drm/ecore_drm_launcher.c +++ b/src/lib/ecore_drm/ecore_drm_launcher.c @@ -8,7 +8,7 @@ ecore_drm_launcher_connect(Ecore_Drm_Device *dev) { if (!(logind = _ecore_drm_logind_connect(dev))) { - DBG("Launcher: Not Support loignd\n"); + DBG("Launcher: Not Support logind\n"); if (geteuid() == 0) { DBG("Launcher: Try to keep going with root privilege\n"); --
