summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Faure <billiob@gmail.com>2019-11-15 12:54:55 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2019-11-15 12:57:08 +0100
commitb26085819e974a0706cf5bc9196d208291803053 (patch)
treece4e647ec099c3f8990a82552f950f0345fb5f4a
parente130d808cdc84b9e74d4d929a75a04c5e2175ef3 (diff)
downloadefl-b26085819e974a0706cf5bc9196d208291803053.tar.gz
efreet: fix typo
Summary: efreet: fix typo Test Plan: None Reviewers: cedric, raster, lauromoura, devilhorns, marcelhollerbach, segfaultxavi, zmike, vtorri Reviewed By: segfaultxavi, vtorri Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D10676
-rw-r--r--src/lib/efreet/efreet_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/efreet/efreet_cache.c b/src/lib/efreet/efreet_cache.c
index 2045d70c23..883cf5e3c2 100644
--- a/src/lib/efreet/efreet_cache.c
+++ b/src/lib/efreet/efreet_cache.c
@@ -144,7 +144,7 @@ _ipc_launch(void)
usleep(try_gap);
ipc = ecore_ipc_server_connect(ECORE_IPC_LOCAL_USER, "efreetd", 0, NULL);
}
- if (!ipc) ERR("Timeout in trying to start and then connect to efrteed");
+ if (!ipc) ERR("Timeout in trying to start and then connect to efreetd");
}
static Eina_Bool