From: Gisle Vanem Date: Thu, 20 Jun 2019 07:39:10 +0000 (+0200) Subject: system_win32: fix typo X-Git-Tag: curl-7_65_2~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f332e589bc6d4068e67c5445f646433d40ad64b;p=thirdparty%2Fcurl.git system_win32: fix typo --- diff --git a/lib/system_win32.h b/lib/system_win32.h index c07cf1fb72..ef83a512cc 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 */