cedric pushed a commit to branch master.

commit 95bc804a2e48836beb3f8a240d8c1d5d4e1dc3fe
Author: Doug Newgard <[email protected]>
Date:   Mon Jun 24 11:52:57 2013 +0900

    efl: fix systemd spelling.
    
    Signed-off-by: Cedric Bail <[email protected]>
---
 ChangeLog             | 4 ++--
 configure.ac          | 2 +-
 src/lib/ecore/ecore.c | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d2abf99..9ff23e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -388,7 +388,7 @@
 
 2013-03-28  Cedric Bail
 
-       * Ecore: automatically turn on Systemd watchdog in Ecore main loop.
+       * Ecore: automatically turn on systemd watchdog in Ecore main loop.
 
 2013-03-28  Carsten Haitzler (The Rasterman)
 
@@ -434,7 +434,7 @@
 2013-03-16  Cedric Bail
 
        * Remove Glew and Direct3d code from Ecore_Evas module.
-       * Add Eina_Log integration for Systemd journal.
+       * Add Eina_Log integration for systemd journal.
 
 2013-03-15  Carsten Haitzler (The Rasterman)
 
diff --git a/configure.ac b/configure.ac
index 35f400c..4a6a4be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -535,7 +535,7 @@ AC_DEFINE_IF([HAVE_ATFILE_SOURCE],
 
 AC_ARG_ENABLE([systemd],
    [AC_HELP_STRING([--enable-systemd],
-      [Enable SystemD support. @<:@default=disabled@:>@])],
+      [Enable systemd support. @<:@default=disabled@:>@])],
    [
     if test "x${enableval}" = "xyes" ; then
        want_systemd="yes"
diff --git a/src/lib/ecore/ecore.c b/src/lib/ecore/ecore.c
index 51d55db..879f130 100644
--- a/src/lib/ecore/ecore.c
+++ b/src/lib/ecore/ecore.c
@@ -217,7 +217,7 @@ ecore_init(void)
        _systemd_watchdog = ecore_timer_add(sec / 2, _systemd_watchdog_cb, 
NULL);
        unsetenv("WATCHDOG_USEC");
 
-       INF("Setup Systemd watchdog to : %f", sec);
+       INF("Setup systemd watchdog to : %f", sec);
 
        _systemd_watchdog_cb(NULL);
      }

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to