]> granicus.if.org Git - curl/commitdiff
spell!
authorDaniel Stenberg <daniel@haxx.se>
Thu, 8 Nov 2007 10:25:23 +0000 (10:25 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 8 Nov 2007 10:25:23 +0000 (10:25 +0000)
lib/urldata.h

index 8deededc24908d98d26561815bf0ac66a20d0968..dbda3277c6897608ee32deab5c1d32777eaaa3c9 100644 (file)
@@ -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,