mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
system_win32: fix typo
This commit is contained in:
parent
ae99b4de1c
commit
8f332e589b
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user