]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix typo.
authorJonathan Bastien-Filiatrault <joe@x2a.org>
Sat, 25 Sep 2010 01:59:05 +0000 (21:59 -0400)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 17 Feb 2011 21:20:13 +0000 (22:20 +0100)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
src/cli-gaa.c
src/cli.gaa

index dae1c07f8d7e5b18cb7d5a03c5a997dfd8bc94c5..fc00320eea502e032d847ff1044467637a3a1931 100644 (file)
@@ -130,7 +130,7 @@ void gaa_help(void)
        __gaa_helpsingle('d', "debug", "integer ", "Enable debugging");
        __gaa_helpsingle('r', "resume", "", "Connect, establish a session. Connect again and resume this session.");
        __gaa_helpsingle('e', "rehandshake", "", "Connect, establish a session and rehandshake immediately.");
-       __gaa_helpsingle(0, "noticket", "", "Doen't accept session tickets.");
+       __gaa_helpsingle(0, "noticket", "", "Doesn't accept session tickets.");
        __gaa_helpsingle('s', "starttls", "", "Connect, establish a plain session and start TLS when EOF or a SIGALRM is received.");
        __gaa_helpsingle(0, "crlf", "", "Send CR LF instead of LF.");
        __gaa_helpsingle(0, "x509fmtder", "", "Use DER format for certificates to read from.");
index efd7e32152b3b0b2c92ef86f7b7cb15062e21591..73b6d134b9a3718e196ffbd634e228c4b363f9f8 100644 (file)
@@ -21,7 +21,7 @@ option (r, resume) { $resume = 1 } "Connect, establish a session. Connect again
 option (e, rehandshake) { $rehandshake = 1 } "Connect, establish a session and rehandshake immediately."
 
 #int noticket;
-option (noticket) { $noticket = 1 } "Doen't accept session tickets."
+option (noticket) { $noticket = 1 } "Doesn't accept session tickets."
 
 #int starttls;
 option (s, starttls) { $starttls = 1 } "Connect, establish a plain session and start TLS when EOF or a SIGALRM is received."