diff options
Diffstat (limited to 'libs/libcurl/src/uint-table.h')
-rw-r--r-- | libs/libcurl/src/uint-table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libcurl/src/uint-table.h b/libs/libcurl/src/uint-table.h index cf265f1113..ab610d9890 100644 --- a/libs/libcurl/src/uint-table.h +++ b/libs/libcurl/src/uint-table.h @@ -34,7 +34,7 @@ struct uint_tbl { void **rows; /* array of void* holding entries */
Curl_uint_tbl_entry_dtor *entry_dtor;
unsigned int nrows; /* length of `rows` array */
- unsigned int nentries; /* entris in table */
+ unsigned int nentries; /* entries in table */
unsigned int last_key_added; /* UINT_MAX or last key added */
#ifdef DEBUGBUILD
int init;
|