From a6dbb08a48903cb8f31fad2cf2d1cffa92bd4808 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 12 Oct 2006 19:29:44 +0000 Subject: small style fixes --- archival/tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival/tar.c') diff --git a/archival/tar.c b/archival/tar.c index 28bb14776..5ebb3dff4 100644 --- a/archival/tar.c +++ b/archival/tar.c @@ -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; } -- cgit v1.2.3