From: Michal Moskal Date: Fri, 26 Sep 2003 08:27:39 +0000 (+0000) Subject: - fix typo X-Git-Tag: setup_2_4_7~87 X-Git-Url: https://git.pld-linux.org/?p=projects%2Fsetup.git;a=commitdiff_plain;h=128250fdb7708ee1cb2b049249eeaf5aed532a01 - fix typo Changed files: joinpasswd.c -> 1.9 --- diff --git a/joinpasswd.c b/joinpasswd.c index 46f41fd..75fb9eb 100644 --- a/joinpasswd.c +++ b/joinpasswd.c @@ -274,7 +274,7 @@ int join(const char *old_name, const char *new_name, const char *backup_name) close(fd); #ifndef SILENT - eputs("merging contest of `"); + eputs("merging content of `"); eputs(old_name); eputs("' with `"); eputs(new_name);