Assorted spelling fixes.

This commit is contained in:
Francois Gouget 2003-11-18 20:41:24 +00:00 committed by Alexandre Julliard
parent 2564c673cf
commit 84540b4dc7
3 changed files with 5 additions and 5 deletions

View file

@ -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
*
*/

View file

@ -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 */

View file

@ -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(":")