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

apps/ca.c

index 705c705c0acc2e4118353fa456f42da4cedfc67d..93e61f610b44643cd66dd835acbb0d88f4d1b85e 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")))