https://git.reactos.org/?p=reactos.git;a=commitdiff;h=40000a1716632cfbcf4f40715be21570c8a90126

commit 40000a1716632cfbcf4f40715be21570c8a90126
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Mon Aug 6 17:29:34 2018 +0200
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Mon Aug 6 17:37:38 2018 +0200

    [WINLOGON][MSGINA] Fix typo.
---
 base/system/winlogon/sas.c | 2 +-
 dll/win32/msgina/gui.c     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/system/winlogon/sas.c b/base/system/winlogon/sas.c
index 0189953cff..e56ba639e7 100644
--- a/base/system/winlogon/sas.c
+++ b/base/system/winlogon/sas.c
@@ -586,7 +586,7 @@ HandleLogon(
 
     Session->hProfileInfo = ProfileInfo.hProfile;
 
-    /* Logon has successed. Play sound. */
+    /* Logon has succeeded. Play sound. */
     PlayLogonSound(Session);
 
     ret = TRUE;
diff --git a/dll/win32/msgina/gui.c b/dll/win32/msgina/gui.c
index d148088db3..a2466e8c47 100644
--- a/dll/win32/msgina/gui.c
+++ b/dll/win32/msgina/gui.c
@@ -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,

Reply via email to