Small typo and whitespace fix
authorlmunch <lmunch@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Jan 2010 16:07:33 +0000 (16:07 +0000)
committerlmunch <lmunch@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Jan 2010 16:07:33 +0000 (16:07 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@45666 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_con/ecore_con.c

index 86ca9aa..b5b3cea 100644 (file)
@@ -92,7 +92,7 @@ ecore_con_init(void)
    _ecore_con_log_dom = eina_log_domain_register("EcoreCon", ECORE_CON_DEFAULT_LOG_COLOR);
    if(_ecore_con_log_dom < 0)
      {
-       EINA_LOG_ERR("Impossible to create a log domain foe Ecore Con.");
+       EINA_LOG_ERR("Impossible to create a log domain for Ecore Con.");
        ecore_shutdown();
        return --_ecore_con_init_count;
      }
@@ -122,7 +122,7 @@ ecore_con_shutdown(void)
 {
    if (--_ecore_con_init_count != 0)
      return _ecore_con_init_count;
-   
+
    while (servers)
      _ecore_con_server_free(eina_list_data_get(servers));