diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-12-12 11:20:39 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-12-12 11:20:39 +0000 |
commit | 66894db7b78e4b05e2f5fa0e439668fae93827e6 (patch) | |
tree | c2c445684c8a94b7d3125473c01458f11644d982 /archival | |
parent | 7617b80cf6b8933d933356b4ad81b2cc1ee7accb (diff) | |
download | busybox-w32-66894db7b78e4b05e2f5fa0e439668fae93827e6.tar.gz busybox-w32-66894db7b78e4b05e2f5fa0e439668fae93827e6.tar.bz2 busybox-w32-66894db7b78e4b05e2f5fa0e439668fae93827e6.zip |
- typo: s/sucess/success/g
What's up with loginutils/su.c line 42: "SYSLOG_SUCESS" ? Please have a look..
git-svn-id: svn://busybox.net/trunk/busybox@12847 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'archival')
-rw-r--r-- | archival/tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/tar.c b/archival/tar.c index 0d3fb926c..b2967463e 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -464,7 +464,7 @@ static inline int writeTarFile(const int tar_fd, const int verboseFlag, | |||
464 | dup2(tbInfo.tarFd, 1); | 464 | dup2(tbInfo.tarFd, 1); |
465 | 465 | ||
466 | close(gzipStatusPipe[0]); | 466 | close(gzipStatusPipe[0]); |
467 | fcntl(gzipStatusPipe[1], F_SETFD, FD_CLOEXEC); /* close on exec shows sucess */ | 467 | fcntl(gzipStatusPipe[1], F_SETFD, FD_CLOEXEC); /* close on exec shows success */ |
468 | 468 | ||
469 | execlp(zip_exec, zip_exec, "-f", NULL); | 469 | execlp(zip_exec, zip_exec, "-f", NULL); |
470 | vfork_exec_errno = errno; | 470 | vfork_exec_errno = errno; |