Spelling error.

This patch was taken from the OpenBSD copy of OpenSSL 0.9.7 beta3 with patches
This commit is contained in:
Richard Levitte 2002-12-25 22:16:56 +00:00
parent 821951b851
commit e235000169
1 changed files with 1 additions and 1 deletions

View File

@ -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")))