From 126da9ec2deade2fbcd8e57e595a69b91acf7265 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 12 Dec 2005 11:20:39 +0000 Subject: - typo: s/sucess/success/g What's up with loginutils/su.c line 42: "SYSLOG_SUCESS" ? Please have a look.. --- archival/tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival') 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, 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; -- cgit v1.2.3