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  <hniksic@xemacs.org>
+
+	* main.c (print_help): Fix typo; stured -> stored.
+
 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
 
 	* 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\