small style fixes

This commit is contained in:
Denis Vlasenko
2006-10-12 19:29:44 +00:00
parent 12f5676cce
commit a6dbb08a48
8 changed files with 24 additions and 16 deletions

View File

@@ -499,7 +499,7 @@ static int writeTarFile(const int tar_fd, const int verboseFlag,
bb_error_msg("Error exit delayed from previous errors");
if (gzipPid && waitpid(gzipPid, NULL, 0)==-1)
bb_error_msg("Couldnt wait");
bb_error_msg("cannot wait");
return !errorFlag;
}