ecore-drm: Fix error message typo

Summary: This just fixes a typo in the error message string

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-12-09 09:50:59 -05:00
parent b10ab1a86f
commit 9f0e5ae57c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ecore_drm_launcher_connect(Ecore_Drm_Device *dev)
{ {
if (!(logind = _ecore_drm_logind_connect(dev))) if (!(logind = _ecore_drm_logind_connect(dev)))
{ {
DBG("Launcher: Not Support loignd\n"); DBG("Launcher: Not Support logind\n");
if (geteuid() == 0) if (geteuid() == 0)
{ {
DBG("Launcher: Try to keep going with root privilege\n"); DBG("Launcher: Try to keep going with root privilege\n");