From 0ad69cd6c0e14a8257246f84c3117b0ba075bc24 Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Tue, 14 Jun 2016 23:02:16 +0200 Subject: Spelling fixes Reviewed-by: Kurt Roeckx Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1219) --- apps/apps.h | 6 +++--- apps/ocsp.c | 2 +- apps/opt.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'apps') diff --git a/apps/apps.h b/apps/apps.h index d56c07df31..616f1840c0 100644 --- a/apps/apps.h +++ b/apps/apps.h @@ -113,9 +113,9 @@ int has_stdin_waiting(void); { "explicit_policy", OPT_V_EXPLICIT_POLICY, '-', \ "set policy variable require-explicit-policy"}, \ { "inhibit_any", OPT_V_INHIBIT_ANY, '-', \ - "set policy variable inihibit-any-policy"}, \ + "set policy variable inhibit-any-policy"}, \ { "inhibit_map", OPT_V_INHIBIT_MAP, '-', \ - "set policy variable inihibit-policy-mapping"}, \ + "set policy variable inhibit-policy-mapping"}, \ { "x509_strict", OPT_V_X509_STRICT, '-', \ "disable certificate compatibility work-arounds"}, \ { "extended_crl", OPT_V_EXTENDED_CRL, '-', \ @@ -187,7 +187,7 @@ int has_stdin_waiting(void); { "xcertform", OPT_X_CERTFORM, 'F', \ "format of Extended certificate (PEM or DER) PEM default " }, \ { "xkeyform", OPT_X_KEYFORM, 'F', \ - "format of Exnteded certificate's key (PEM or DER) PEM default"} + "format of Extended certificate's key (PEM or DER) PEM default"} # define OPT_X_CASES \ OPT_X__FIRST: case OPT_X__LAST: break; \ diff --git a/apps/ocsp.c b/apps/ocsp.c index 48ceadd6b3..1886504880 100644 --- a/apps/ocsp.c +++ b/apps/ocsp.c @@ -165,7 +165,7 @@ OPTIONS ocsp_options[] = { "Number of requests to accept (default unlimited)"}, {"ndays", OPT_NDAYS, 'p', "Number of days before next update"}, {"rsigner", OPT_RSIGNER, '<', - "Sesponder certificate to sign responses with"}, + "Responder certificate to sign responses with"}, {"rkey", OPT_RKEY, '<', "Responder key to sign responses with"}, {"rother", OPT_ROTHER, '<', "Other certificates to include in response"}, {"rmd", OPT_RMD, 's', "Digest Algorithm to use in signature of OCSP response"}, diff --git a/apps/opt.c b/apps/opt.c index 87d3e4de63..d694fe15f2 100644 --- a/apps/opt.c +++ b/apps/opt.c @@ -74,7 +74,7 @@ char *opt_progname(const char *argv0) { const char *p, *q; - /* Find last special charcter sys:[foo.bar]openssl */ + /* Find last special character sys:[foo.bar]openssl */ for (p = argv0 + strlen(argv0); --p > argv0;) if (*p == ':' || *p == ']' || *p == '>') { p++; @@ -857,7 +857,7 @@ void opt_help(const OPTIONS *list) start[sizeof start - 1] = '\0'; if (o->name == OPT_MORE_STR) { - /* Continuation of previous line; padd and print. */ + /* Continuation of previous line; pad and print. */ start[width] = '\0'; BIO_printf(bio_err, "%s %s\n", start, help); continue; -- cgit v1.2.3