]> git.pld-linux.org Git - projects/setup.git/commitdiff
- fix typo
authorMichal Moskal <michal@moskal.me>
Fri, 26 Sep 2003 08:27:39 +0000 (08:27 +0000)
committerMichal Moskal <michal@moskal.me>
Fri, 26 Sep 2003 08:27:39 +0000 (08:27 +0000)
Changed files:
    joinpasswd.c -> 1.9

joinpasswd.c

index 46f41fd62d2f7ffc470e68ee40991b3fbc4aebb4..75fb9ebcd7bede96398b32378beefb61a1c5e5c1 100644 (file)
@@ -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);
This page took 0.283749 seconds and 4 git commands to generate.