summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2013-01-17 18:20:18 +0000
committerDr. Stephen Henson <steve@openssl.org>2013-01-17 18:21:54 +0000
commitc09507889082f1eb1cf69ed6a1e5f8039552dff9 (patch)
tree7729d413cb58dd77bb0e7b8653630469a18b5c37 /apps
parentc644b83227890ca61665e9cb188c4c03d4a3fc24 (diff)
Typo (PR2959).
Diffstat (limited to 'apps')
-rw-r--r--apps/apps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/apps.h b/apps/apps.h
index 165e45562d..cc20466cf0 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -356,7 +356,7 @@ void print_cert_checks(BIO *bio, X509 *x,
#define FORMAT_ASN1RSA 10 /* DER RSAPubicKey format */
#define FORMAT_MSBLOB 11 /* MS Key blob format */
#define FORMAT_PVK 12 /* MS PVK file format */
-#define FORMAT_HTTP 13 /* Dowload using HTTP */
+#define FORMAT_HTTP 13 /* Download using HTTP */
#define EXT_COPY_NONE 0
#define EXT_COPY_ADD 1