- typo: s/sucess/success/g
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 12 Dec 2005 11:20:39 +0000 (11:20 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 12 Dec 2005 11:20:39 +0000 (11:20 -0000)
  What's up with loginutils/su.c line 42: "SYSLOG_SUCESS" ? Please have a look..

archival/tar.c
util-linux/mount.c

index 0d3fb926cf742bfde53415d6ed71011acd30253a..b2967463e4d5ad5ce9329eeeaa260333e5e0ecae 100644 (file)
@@ -464,7 +464,7 @@ static inline int writeTarFile(const int tar_fd, const int verboseFlag,
                                dup2(tbInfo.tarFd, 1);
 
                        close(gzipStatusPipe[0]);
-                       fcntl(gzipStatusPipe[1], F_SETFD, FD_CLOEXEC);  /* close on exec shows sucess */
+                       fcntl(gzipStatusPipe[1], F_SETFD, FD_CLOEXEC);  /* close on exec shows success */
 
                        execlp(zip_exec, zip_exec, "-f", NULL);
                        vfork_exec_errno = errno;
index 15b2b192fda467458796e7e348a1b1c9a6d413b5..cc6b73eb054271f37f2f7666434eee78343161b9 100644 (file)
@@ -350,7 +350,7 @@ mount_it_now:
                        if(!f || !rc) break;
                }
 
-               /* If the mount was sucessful, and we're maintaining an old-style
+               /* If the mount was successful, and we're maintaining an old-style
                 * mtab file by hand, add new entry to it now. */
                if((!rc || fakeIt) && useMtab) {
                        FILE *mountTable = setmntent(bb_path_mtab_file, "a+");