1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

system_win32: fix typo

This commit is contained in:
Gisle Vanem 2019-06-20 09:39:10 +02:00 committed by GitHub
parent ae99b4de1c
commit 8f332e589b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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 */