Fix misspelled words

This commit is contained in:
Arash Hatami
2021-11-14 18:52:05 +03:30
parent 96208e9fef
commit 7f13edd14a
10 changed files with 26 additions and 25 deletions

View File

@@ -89,7 +89,7 @@ extern "C"
CreateEnvironmentBlock(&lpEnvironment, // Environment block
hToken, // New token
TRUE); // Inheritence
TRUE); // Inheritance
}
if (lpEnvironment)
{