From: Daniel Stenberg Date: Thu, 8 Nov 2007 10:25:23 +0000 (+0000) Subject: spell! X-Git-Tag: upstream/7.37.1~8437 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a29471d0f73db42a935ddf20e0a394ab1eb3700f;p=platform%2Fupstream%2Fcurl.git spell! --- diff --git a/lib/urldata.h b/lib/urldata.h index 8deeded..dbda327 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,