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