mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 16:35:49 +00:00
fixed typo
svn path=/trunk/; revision=10003
This commit is contained in:
parent
ad83568979
commit
f54f6b9018
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
/* $Id: samlib.c,v 1.2 2004/02/04 17:57:56 ekohl Exp $
|
/* $Id: samlib.c,v 1.3 2004/07/05 22:33:14 royce Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
||||||
|
@ -397,7 +397,7 @@ SamCreateUser (PWSTR UserName,
|
||||||
|
|
||||||
if (dwDisposition == REG_OPENED_EXISTING_KEY)
|
if (dwDisposition == REG_OPENED_EXISTING_KEY)
|
||||||
{
|
{
|
||||||
DPRINT1 ("User alredy exists!\n");
|
DPRINT1 ("User already exists!\n");
|
||||||
RegCloseKey (hUserKey);
|
RegCloseKey (hUserKey);
|
||||||
SetLastError (ERROR_USER_EXISTS);
|
SetLastError (ERROR_USER_EXISTS);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue