From: Emanuele Aliberti Date: Wed, 2 Mar 2005 22:17:34 +0000 (+0000) Subject: Mispelled word and wrong past tense in a comment. X-Git-Tag: backups/alex_devel_branch@15093~6^2~18 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=e5948313f6d3980309fdefd56a6ddd036c48c444 Mispelled word and wrong past tense in a comment. svn path=/trunk/; revision=13801 --- diff --git a/reactos/subsys/smss/smapiexec.c b/reactos/subsys/smss/smapiexec.c index 7bbf6424061..9d1f119fe1e 100644 --- a/reactos/subsys/smss/smapiexec.c +++ b/reactos/subsys/smss/smapiexec.c @@ -127,8 +127,8 @@ SmCreateUserProcess (LPWSTR ImagePath, * ARGUMENTS * Name: name of the program to run, that is a value's name in * the SM registry key Subsystems; - * Data: what the registry gived back for Name; - * DataLength: how much Data the registry retruns; + * Data: what the registry gave back for Name; + * DataLength: how much Data the registry returns; * DataType: what is Data? * Expand: set it TRUE if you want this function to use the env * to possibly expand Data before giving it back.