mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[REACTOS] Fix 'writting' typos (#7484)
3rd-party files are not modified.
This commit is contained in:
@@ -390,7 +390,7 @@ CheckValueArgument:
|
||||
DWORD dwBytesWritten;
|
||||
if (!WriteFile(hFile,pDataBuffer,dwValueSize,&dwBytesWritten,NULL))
|
||||
{
|
||||
rConsole.Write(_T("Error writting file.\n"));
|
||||
rConsole.Write(_T("Error writing file.\n"));
|
||||
VERIFY(CloseHandle(hFile));
|
||||
goto SkipValueCommand;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user