[URTL]: Fix whitespace plus misspelling.

svn path=/trunk/; revision=65439
This commit is contained in:
Hermès Bélusca-Maïto 2014-11-21 02:35:38 +00:00
parent d8808ad153
commit 8e44d4d4af

View file

@ -164,7 +164,7 @@ NtProcessStartup(PPEB Peb)
/* Null terminate the token pointer list */
*ArgumentList++ = NULL;
/* Now handle the enviornment, point the envp at our current list location. */
/* Now handle the environment, point the envp at our current list location. */
envp = ArgumentList;
if (ProcessParameters->Environment)