diff options
author | Gisle Vanem <gisle.vanem@gmail.com> | 2019-06-20 09:39:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-20 09:39:10 +0200 |
commit | 8f332e589bc6d4068e67c5445f646433d40ad64b (patch) | |
tree | 5565b8a230a81b7aedb1a4b5341f476198209bf9 /lib/system_win32.h | |
parent | ae99b4de1c443ae9892b1c0fc2b39e3afe73c4bc (diff) | |
download | curl-8f332e589bc6d4068e67c5445f646433d40ad64b.tar.gz |
system_win32: fix typo
Diffstat (limited to 'lib/system_win32.h')
-rw-r--r-- | lib/system_win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system_win32.h b/lib/system_win32.h index c07cf1fb7..ef83a512c 100644 --- a/lib/system_win32.h +++ b/lib/system_win32.h @@ -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 */ |