misc: fix spelling

Closes #17479
This commit is contained in:
John Bampton 2025-05-29 07:31:57 +10:00 committed by Daniel Stenberg
parent 4c6b74e1e8
commit 217fd5b424
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
9 changed files with 11 additions and 11 deletions

View file

@ -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;