]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_strequal.3: fix typo
authorTobias Schaefer <tobias.schaefer@novatec-gmbh.de>
Tue, 20 Sep 2022 19:04:23 +0000 (21:04 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 20 Sep 2022 21:21:47 +0000 (23:21 +0200)
Closes #9548

docs/libcurl/curl_strequal.3

index 531bcaaf74b32e98adf0cdacf7e29f1da3ef7e14..dc65320fc404a6c00683282728697b48e2fc9457 100644 (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