]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
vtls: fix typo in schannel_verify.c
authorIkko Ashimine <eltociear@gmail.com>
Fri, 13 Aug 2021 13:49:41 +0000 (22:49 +0900)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Aug 2021 15:39:59 +0000 (17:39 +0200)
occurence -> occurrence

Closes #7566

lib/vtls/schannel_verify.c

index 12fccaa8ee7adc8737c82c1acbd7bce4ec5615f6..1b283d0453bcd65e825df681a85ef54530b5884a 100644 (file)
@@ -80,7 +80,7 @@ static int is_cr_or_lf(char c)
 /* Search the substring needle,needlelen into string haystack,haystacklen
  * Strings don't need to be terminated by a '\0'.
  * Similar of OSX/Linux memmem (not available on Visual Studio).
- * Return position of beginning of first occurence or NULL if not found
+ * Return position of beginning of first occurrence or NULL if not found
  */
 static const char *c_memmem(const void *haystack, size_t haystacklen,
                             const void *needle, size_t needlelen)