mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
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:
parent
e33bdcedbc
commit
00fc1d5801
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138163
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user