We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee35eee commit 39a05ffCopy full SHA for 39a05ff
1 file changed
lib/archive.c
@@ -60,7 +60,7 @@ xbps_archive_get_file(struct archive *ar, struct archive_entry *entry)
60
if (rd == ARCHIVE_FATAL || rd == ARCHIVE_WARN) {
61
r = -archive_errno(ar);
62
xbps_error_printf(
63
- "failed to ready archive entry: %s: %s\n",
+ "failed to read archive entry: %s: %s\n",
64
archive_entry_pathname(entry),
65
archive_error_string(ar));
66
goto err;
0 commit comments