From 33dceca7841cab14152d52f30c329f6cd91e89a4 Mon Sep 17 00:00:00 2001 From: hniksic Date: Wed, 8 Oct 2003 08:24:56 -0700 Subject: [PATCH] [svn] Fix typo in help string. --- src/ChangeLog | 4 ++++ src/main.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 9b5aa8a5..85b0f3da 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-10-08 Hrvoje Niksic + + * main.c (print_help): Fix typo; stured -> stored. + 2003-10-08 Hrvoje Niksic * getopt.c: Add definitions of getopt_long and getopt_long_only. diff --git a/src/main.c b/src/main.c index b69fb002..59367ef7 100644 --- a/src/main.c +++ b/src/main.c @@ -219,7 +219,7 @@ HTTPS (SSL) options:\n\ --sslcertfile=FILE optional client certificate.\n\ --sslcertkey=KEYFILE optional keyfile for this certificate.\n\ --egd-file=FILE file name of the EGD socket.\n\ - --sslcadir=DIR dir where hash list of CA's are stured.\n\ + --sslcadir=DIR dir where hash list of CA's are stored.\n\ --sslcafile=FILE file with bundle of CA's\n\ --sslcerttype=0/1 Client-Cert type 0=PEM (default) / 1=ASN1 (DER)\n\ --sslcheckcert=0/1 Check the server cert agenst given CA\n\ -- 2.39.2