From: Tobias Schaefer Date: Tue, 20 Sep 2022 19:04:23 +0000 (+0200) Subject: curl_strequal.3: fix typo X-Git-Tag: curl-7_86_0~197 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e5b1b66c11c7470ae51f4d77e041271e63374f8;p=thirdparty%2Fcurl.git curl_strequal.3: fix typo Closes #9548 --- diff --git a/docs/libcurl/curl_strequal.3 b/docs/libcurl/curl_strequal.3 index 531bcaaf74..dc65320fc4 100644 --- a/docs/libcurl/curl_strequal.3 +++ b/docs/libcurl/curl_strequal.3 @@ -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