Spelling error.
authorRichard Levitte <levitte@openssl.org>
Wed, 25 Dec 2002 22:16:56 +0000 (22:16 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 25 Dec 2002 22:16:56 +0000 (22:16 +0000)
This patch was taken from the OpenBSD copy of OpenSSL 0.9.7 beta3 with patches

apps/ca.c

index 8cb5342ce0c5dc0d15b1c53baf1fcc334177b5ae..c413a0318f393be2c50920950a1bd51dfdfe59ba 100644 (file)
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -1021,7 +1021,7 @@ bad:
                        }
 
                if (verbose)
-                       BIO_printf(bio_err, "Succesfully loaded extensions file %s\n", extfile);
+                       BIO_printf(bio_err, "Successfully loaded extensions file %s\n", extfile);
 
                /* We can have sections in the ext file */
                if (!extensions && !(extensions = NCONF_get_string(extconf, "default", "extensions")))