mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 22:12:05 +00:00
[REACTOS] Fix 'writting' typos (#7484)
3rd-party files are not modified.
This commit is contained in:
parent
898cc5663d
commit
9f784c65a2
5 changed files with 6 additions and 6 deletions
|
@ -3906,7 +3906,7 @@ GetSeparateDebugHeader (
|
|||
// I tried to immitate the output of w32dasm disassembler.
|
||||
// which is a pretty good program.
|
||||
// but I am disappointed with this program and I myself
|
||||
// am writting a disassembler.
|
||||
// am writing a disassembler.
|
||||
// This PEdump program is a byproduct of that project.
|
||||
// so enjoy this program and I hope we will have a little more
|
||||
// knowledge on windows programming world.
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue