]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
better english :))
authorThibault Godouet <yo8192@users.noreply.github.com>
Sun, 17 Sep 2000 19:59:54 +0000 (19:59 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Sun, 17 Sep 2000 19:59:54 +0000 (19:59 +0000)
conf.c

diff --git a/conf.c b/conf.c
index d4a624b8bfd6aa81745cdd797a00bdff2036be7a..d558bba2e5ea55d06cdd43cf32299baa93262935 100644 (file)
--- a/conf.c
+++ b/conf.c
@@ -22,7 +22,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: conf.c,v 1.21 2000-09-03 13:13:48 thib Exp $ */
+ /* $Id: conf.c,v 1.22 2000-09-17 19:59:54 thib Exp $ */
 
 #include "fcron.h"
 
@@ -81,9 +81,9 @@ synchronize_dir(const char *dir_name)
     struct dirent *den;
 
     if ( strcmp(dir_name, ".") == 0 )
-       explain("update configuration from " FCRONTABS );
+       explain("updating configuration from " FCRONTABS );
     else
-       explain("update configuration from '%s'", dir_name);
+       explain("updating configuration from '%s'", dir_name);
 
     if ((dir = opendir("."))) {
        while ((den = readdir(dir))) {