From 3297132e50179f626341c046ae55225e1058c78c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Tue, 15 Jan 2013 23:26:45 +0000 Subject: [PATCH] "always", not "allways" !!!!!!!!!!!!!! svn path=/trunk/; revision=58181 --- reactos/dll/win32/kernel32/client/file/create.c | 2 +- reactos/lib/rtl/unicode.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/dll/win32/kernel32/client/file/create.c b/reactos/dll/win32/kernel32/client/file/create.c index 73e2c285b21..a91a49fbf86 100644 --- a/reactos/dll/win32/kernel32/client/file/create.c +++ b/reactos/dll/win32/kernel32/client/file/create.c @@ -200,7 +200,7 @@ HANDLE WINAPI CreateFileW (LPCWSTR lpFileName, FileAttributes = (dwFlagsAndAttributes & (FILE_ATTRIBUTE_VALID_FLAGS & ~FILE_ATTRIBUTE_DIRECTORY)); - /* handle may allways be waited on and querying attributes are allways allowed */ + /* handle may always be waited on and querying attributes are always allowed */ dwDesiredAccess |= SYNCHRONIZE | FILE_READ_ATTRIBUTES; /* FILE_FLAG_POSIX_SEMANTICS is handled later */ diff --git a/reactos/lib/rtl/unicode.c b/reactos/lib/rtl/unicode.c index 491fd88b032..50a0e70ec5d 100644 --- a/reactos/lib/rtl/unicode.c +++ b/reactos/lib/rtl/unicode.c @@ -1932,7 +1932,7 @@ RtlUpcaseUnicodeStringToCountedOemString( /* * @implemented * NOTES - * Oem string is allways nullterminated + * OEM string is always nullterminated * It performs a partial copy if oem is too small. */ NTSTATUS