[WINLOGON][MSGINA] Fix typo.

This commit is contained in:
Hermès Bélusca-Maïto 2018-08-06 17:29:34 +02:00
parent 8f911f21b8
commit 40000a1716
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
2 changed files with 2 additions and 2 deletions

View file

@ -586,7 +586,7 @@ HandleLogon(
Session->hProfileInfo = ProfileInfo.hProfile;
/* Logon has successed. Play sound. */
/* Logon has succeeded. Play sound. */
PlayLogonSound(Session);
ret = TRUE;

View file

@ -53,7 +53,7 @@ SetWelcomeText(HWND hWnd)
TRACE("SetWelcomeText(%p)\n", hWnd);
/* Get the path of userinit */
/* Open the Winlogon key */
rc = RegOpenKeyExW(HKEY_LOCAL_MACHINE,
L"SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon",
0,