summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/doc/crypto/CONF_modules_load_file.pod
diff options
context:
space:
mode:
authorsobrado <sobrado@openbsd.org>2015-09-22 08:08:07 +0000
committersobrado <sobrado@openbsd.org>2015-09-22 08:08:07 +0000
commitda9905ffcea103f67d3385a6137bfe43b941ca81 (patch)
treecc1294d1e0a0301403dced08ad7a058b8d651eeb /lib/libssl/src/doc/crypto/CONF_modules_load_file.pod
parentpunctuation and upper case fixes; Michael Reed <m dot reed at mykolab dot com> (diff)
downloadwireguard-openbsd-da9905ffcea103f67d3385a6137bfe43b941ca81.tar.xz
wireguard-openbsd-da9905ffcea103f67d3385a6137bfe43b941ca81.zip
typos in documentation; better wording, suggested by jmc@
ok jmc@
Diffstat (limited to 'lib/libssl/src/doc/crypto/CONF_modules_load_file.pod')
-rw-r--r--lib/libssl/src/doc/crypto/CONF_modules_load_file.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/doc/crypto/CONF_modules_load_file.pod b/lib/libssl/src/doc/crypto/CONF_modules_load_file.pod
index c7994560c04..e663ac5bc94 100644
--- a/lib/libssl/src/doc/crypto/CONF_modules_load_file.pod
+++ b/lib/libssl/src/doc/crypto/CONF_modules_load_file.pod
@@ -19,9 +19,9 @@ The function CONF_modules_load_file() configures OpenSSL using file
B<filename> and application name B<appname>. If B<filename> is NULL
the standard OpenSSL configuration file is used. If B<appname> is
NULL the standard OpenSSL application name B<openssl_conf> is used.
-The behaviour can be cutomized using B<flags>.
+The behaviour can be customized using B<flags>.
-CONF_modules_load() is idential to CONF_modules_load_file() except it
+CONF_modules_load() is identical to CONF_modules_load_file() except it
read configuration information from B<cnf>.
=head1 NOTES