diff options
-rw-r--r-- | lib/urldata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index 8deededc2..dbda3277c 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -432,7 +432,7 @@ typedef enum { SSH_NO_STATE = -1, /* Used for "nextState" so say there is none */ SSH_STOP = 0, /* do nothing state, stops the state machine */ - SSH_S_STARTUP, /* Session startup, First rate in SSH-CONNECT */ + SSH_S_STARTUP, /* Session startup, First state in SSH-CONNECT */ SSH_AUTHLIST, SSH_AUTH_PKEY_INIT, SSH_AUTH_PKEY, |