diff options
author | Mark J. Cox <mark@openssl.org> | 1999-01-31 10:59:54 +0100 |
---|---|---|
committer | Mark J. Cox <mark@openssl.org> | 1999-01-31 10:59:54 +0100 |
commit | d1f4c83ce57d25db70bdcf6b4eb8e493a6e0dd6a (patch) | |
tree | c6af85878d8ac4973c7bf0410f7c49a7a9f0a518 /apps/sess_id.c | |
parent | fix typo (diff) | |
download | openssl-d1f4c83ce57d25db70bdcf6b4eb8e493a6e0dd6a.tar.xz openssl-d1f4c83ce57d25db70bdcf6b4eb8e493a6e0dd6a.zip |
Fix some more typos
Submitted by:
Reviewed by:
PR:
Diffstat (limited to 'apps/sess_id.c')
-rw-r--r-- | apps/sess_id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sess_id.c b/apps/sess_id.c index 4a2d9f8ab3..bad6364d10 100644 --- a/apps/sess_id.c +++ b/apps/sess_id.c @@ -77,7 +77,7 @@ static char *sess_id_usage[]={ " -in arg - input file - default stdin\n", " -out arg - output file - default stdout\n", " -text - print ssl session id details\n", -" -cert - output certificaet \n", +" -cert - output certificate \n", " -noout - no CRL output\n", NULL }; |