mirror of
https://github.com/curl/curl.git
synced 2026-07-23 22:07:18 +03:00
system_win32: fix typo
This commit is contained in:
parent
ae99b4de1c
commit
8f332e589b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue