diff --git a/ChangeLog b/ChangeLog index a71183b7..be00e390 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-04-28 Nicolas François + + * src/vipw.c: Harmonize messages. + 2009-04-28 Nicolas François * src/lastlog.c: Replace atoi() by getulong(). diff --git a/src/vipw.c b/src/vipw.c index 116a199c..0df05302 100644 --- a/src/vipw.c +++ b/src/vipw.c @@ -284,7 +284,7 @@ vipwedit (const char *file, int (*file_lock) (void), int (*file_unlock) (void)) /* unset the fscreatecon */ if (is_selinux_enabled ()) { if (setfscreatecon (NULL)) { - vipwexit (_("setfscreatecon() failed"), errno, 1); + vipwexit (_("setfscreatecon () failed"), errno, 1); } } #endif