curl_strequal.3: fix typo

Closes #9548
This commit is contained in:
Tobias Schaefer 2022-09-20 21:04:23 +02:00 committed by Daniel Stenberg
parent 1902e8fc51
commit 8e5b1b66c1
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -39,7 +39,7 @@ of the characters. It returns a non-zero (TRUE) integer if the strings are
identical.
.sp
The \fBcurl_strnequal()\fP function is similar, except it only compares the
first \fIlenght\fP characters of \fIstr1\fP.
first \fIlength\fP characters of \fIstr1\fP.
.sp
These functions are provided by libcurl to enable applications to compare
strings in a truly portable manner. There are no standard portable case