]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
system_win32: fix typo
authorGisle Vanem <gisle.vanem@gmail.com>
Thu, 20 Jun 2019 07:39:10 +0000 (09:39 +0200)
committerGitHub <noreply@github.com>
Thu, 20 Jun 2019 07:39:10 +0000 (09:39 +0200)
lib/system_win32.h

index c07cf1fb725c6a000db406c98b22c4a52c35b7f6..ef83a512cc5ddc501eb40db9660ad402081d2b75 100644 (file)
@@ -51,7 +51,7 @@ typedef enum {
 /* We use our own typedef here since some headers might lack this */
 typedef unsigned int(WINAPI *IF_NAMETOINDEX_FN)(const char *);
 
-/* This is used instread of if_nametoindex if available on Windows */
+/* This is used instead of if_nametoindex if available on Windows */
 IF_NAMETOINDEX_FN Curl_if_nametoindex;
 
 /* This is used to verify if we are running on a specific windows version */