diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-12-16 09:22:52 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-12-16 09:22:52 +0000 |
commit | eb0a4f2b5f6873610369ed80fbf4cc79eea0b64d (patch) | |
tree | 60ee14acaba0dc4f2a121fd6f51301fa1b7c8610 /lib | |
parent | b832c86cc52bdbf120e78217d21df3af5977a61a (diff) |
typo; torh@bogus.net
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/src/apps/ca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/apps/ca.c b/lib/libssl/src/apps/ca.c index 492b64f04f1..2d57fb490cc 100644 --- a/lib/libssl/src/apps/ca.c +++ b/lib/libssl/src/apps/ca.c @@ -1016,7 +1016,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"))) |