From 84540b4dc7da91e5ec82c5ea2dcb7cccb9e1693e Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 18 Nov 2003 20:41:24 +0000 Subject: [PATCH] Assorted spelling fixes. --- dlls/wininet/internet.c | 2 +- include/oleauto.h | 4 ++-- include/sddl.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dlls/wininet/internet.c b/dlls/wininet/internet.c index 051dcf6570a..c9d258a4599 100644 --- a/dlls/wininet/internet.c +++ b/dlls/wininet/internet.c @@ -392,7 +392,7 @@ HINTERNET WINAPI InternetOpenW(LPCWSTR lpszAgent, DWORD dwAccessType, * Return last wininet error description on the calling thread * * RETURNS - * TRUE on success of writting to buffer + * TRUE on success of writing to buffer * FALSE on failure * */ diff --git a/include/oleauto.h b/include/oleauto.h index 4a9d1e04456..1a11252c715 100644 --- a/include/oleauto.h +++ b/include/oleauto.h @@ -622,8 +622,8 @@ typedef struct #define NUMPRS_TRAILING_MINUS 0x00020 /* Trailing '-' sign */ #define NUMPRS_HEX_OCT 0x00040 /* Octal number (with a leading 0) */ #define NUMPRS_PARENS 0x00080 /* Parentheses for negative numbers */ -#define NUMPRS_DECIMAL 0x00100 /* Decimal seperator */ -#define NUMPRS_THOUSANDS 0x00200 /* Thousands seperator */ +#define NUMPRS_DECIMAL 0x00100 /* Decimal separator */ +#define NUMPRS_THOUSANDS 0x00200 /* Thousands separator */ #define NUMPRS_CURRENCY 0x00400 /* Currency symbol */ #define NUMPRS_EXPONENT 0x00800 /* Exponent (e.g. "e-14") */ #define NUMPRS_USE_ALL 0x01000 /* Parse the entire string */ diff --git a/include/sddl.h b/include/sddl.h index 2b483c83622..09289364f8f 100644 --- a/include/sddl.h +++ b/include/sddl.h @@ -39,7 +39,7 @@ extern "C" { #define SDDL_SACL TEXT("S") /* - * SDDL Seperators - character version + * SDDL Separators - character version */ #define SDDL_SEPERATORC TEXT(";") #define SDDL_DELIMINATORC TEXT(":") @@ -47,7 +47,7 @@ extern "C" { #define SDDL_ACE_ENDC TEXT(")") /* - * SDDL Seperators - string version + * SDDL Separators - string version */ #define SDDL_SEPERATOR TEXT(";") #define SDDL_DELIMINATOR TEXT(":")