diff --git a/base/system/winlogon/sas.c b/base/system/winlogon/sas.c index 0189953cff0..e56ba639e73 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 d148088db33..a2466e8c47d 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,