Author: hbelusca
Date: Sat Mar  2 12:28:51 2013
New Revision: 58393

URL: http://svn.reactos.org/svn/reactos?rev=58393&view=rev
Log:
[WINLOGON]
Correct mistypings in the excellent explanation of the different states of 
Winlogon. Thanks Eric !

Modified:
    trunk/reactos/base/system/winlogon/winlogon.h

Modified: trunk/reactos/base/system/winlogon/winlogon.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/winlogon/winlogon.h?rev=58393&r1=58392&r2=58393&view=diff
==============================================================================
--- trunk/reactos/base/system/winlogon/winlogon.h [iso-8859-1] (original)
+++ trunk/reactos/base/system/winlogon/winlogon.h [iso-8859-1] Sat Mar  2 
12:28:51 2013
@@ -121,8 +121,8 @@
 
 
 /*
- * The picture Microfoft is trying to paint here
- *  
(http://msdn.microsoft.com/en-us/library/windows/desktop/aa380547%28v=vs.85%29.aspx)
+ * The picture Microsoft is trying to paint here
+ * 
(http://msdn.microsoft.com/en-us/library/windows/desktop/aa380547%28v=vs.85%29.aspx)
  * about the Winlogon states is a little too simple.
  *
  * The real picture should look more like this:
@@ -132,14 +132,14 @@
  *    the state will automatically change to STATE_LOGGED_OFF.
  *
  * STATE_LOGGED_OFF
- *    User is logged of. Winlogon shows the "Press Ctrl-Alt-Del for logon"
+ *    User is logged off. Winlogon shows the "Press Ctrl-Alt-Del for logon"
  *    dialog. The state changes to STATE_LOGGED_OFF_SAS when the user presses
  *    "Ctrl-Alt-Del". If DisableCAD is true, the state will automatically
  *    change to STATE_LOGGED_OFF_SAS without showing the dialog.
  *
  * STATE_LOGGED_OFF_SAS
- *    State shows the logon dialog. Entering the right credentials an pressing
- *    "OK" changes the state to STATE_LOGGED_ON. Pressing "Cancel" or a Timeout
+ *    State shows the logon dialog. Entering the right credentials and pressing
+ *    "OK" changes the state to STATE_LOGGED_ON. Pressing "Cancel" or a timeout
  *    changes the state back to STATE_LOGGED_OFF.
  *
  * STATE_LOGGED_ON
@@ -149,12 +149,12 @@
  *
  * STATE_LOGGED_ON_SAS
  *    Winlogon shows the security dialog. Pressing "Cancel" or "Task Manager"
- *    or a Timeout change the state back to STATE_LOGGED_ON. Pressing "Change
+ *    or a timeout change the state back to STATE_LOGGED_ON. Pressing "Change
  *    Password" does not change the state, because the security dialog is still
  *    visible behind the change password dialog. Pressing "Log off" changes the
  *    state to STATE_LOGGING_OFF. Pressing "Lock Computer" changes the state to
  *    STATE_LOCKED. Pressing "Shutdown" changes the state to
- *    STATE_SUUTTING_DOWN.
+ *    STATE_SHUTTING_DOWN.
  *
  * STATE_SCREENSAVER
  *    Winlogon runs the screen saver. Upon user activity, the screensaver
@@ -184,7 +184,7 @@
  *    the state to STATE_SHUT_DOWN.
  *
  * STATE_SHUT_DOWN
- *    Terminates winlogon and initiates shut-down.
+ *    Terminates Winlogon and initiates shut-down.
  */
 typedef enum _LOGON_STATE
 {


Reply via email to