summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_private.h
diff options
context:
space:
mode:
authorPeter Pentchev <roam@ringlet.net>2016-07-07 11:12:08 +0300
committerPeter Pentchev <roam@ringlet.net>2016-07-07 11:12:08 +0300
commit3b30bf540e987f33267bb75d73212db29e99f9d1 (patch)
tree00203f2eae9c7ab367bc44a477b76eb213c21df9 /libarchive/archive_read_private.h
parenta31edc47153a79920f295b41a8ab9238a7f93cb2 (diff)
downloadlibarchive-3b30bf540e987f33267bb75d73212db29e99f9d1.tar.gz
Fix a typo in a struct member: candiate -> candidate.
Diffstat (limited to 'libarchive/archive_read_private.h')
-rw-r--r--libarchive/archive_read_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/archive_read_private.h b/libarchive/archive_read_private.h
index 9b61a538..8eb5435b 100644
--- a/libarchive/archive_read_private.h
+++ b/libarchive/archive_read_private.h
@@ -221,7 +221,7 @@ struct archive_read {
struct {
struct archive_read_passphrase *first;
struct archive_read_passphrase **last;
- int candiate;
+ int candidate;
archive_passphrase_callback *callback;
void *client_data;
} passphrases;