Correct the spelling of "archive_write_pax_header"

in an error message.

Thanks to: Michal Listos
Inspired by, but doesn't fix: bin/74385
This commit is contained in:
Tim Kientzle 2004-11-28 17:49:39 +00:00
parent e33bdcedbc
commit 00fc1d5801

View File

@ -657,7 +657,7 @@ archive_write_pax_header(struct archive *a,
/* Note that the 'x' header shouldn't ever fail to format */
if (ret != 0) {
const char *msg = "archive_write_header_pax: "
const char *msg = "archive_write_pax_header: "
"'x' header failed?! This can't happen.\n";
write(2, msg, strlen(msg));
exit(1);