Skip to content

Commit 39a05ff

Browse files
committed
lib: fix typo in xbps_archive_get_file error message
1 parent ee35eee commit 39a05ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/archive.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ xbps_archive_get_file(struct archive *ar, struct archive_entry *entry)
6060
if (rd == ARCHIVE_FATAL || rd == ARCHIVE_WARN) {
6161
r = -archive_errno(ar);
6262
xbps_error_printf(
63-
"failed to ready archive entry: %s: %s\n",
63+
"failed to read archive entry: %s: %s\n",
6464
archive_entry_pathname(entry),
6565
archive_error_string(ar));
6666
goto err;

0 commit comments

Comments
 (0)