From: Thibault Godouet Date: Sun, 17 Sep 2000 19:59:54 +0000 (+0000) Subject: better english :)) X-Git-Tag: ver2_9_4~559 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a22098f6104f5e8f95992746c97376e8e12faae;p=thirdparty%2Ffcron.git better english :)) --- diff --git a/conf.c b/conf.c index d4a624b..d558bba 100644 --- 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))) {