summaryrefslogtreecommitdiffstats
path: root/doc/crypto/CONF_modules_load_file.pod
diff options
context:
space:
mode:
authorAlok Menghrajani <alok@squareup.com>2015-04-13 11:05:13 -0700
committerRich Salz <rsalz@openssl.org>2015-05-03 08:51:23 -0400
commit186bb90705f848806783de512b3df6872552b304 (patch)
treee4b7c8d67e72e8f3fff8565bddd42e421176cec0 /doc/crypto/CONF_modules_load_file.pod
parent8332f91cc0db4955259bca9f9138b5eff94d6e8c (diff)
RT3802: Fixes typos in doc/crypto/
Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'doc/crypto/CONF_modules_load_file.pod')
-rw-r--r--doc/crypto/CONF_modules_load_file.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/crypto/CONF_modules_load_file.pod b/doc/crypto/CONF_modules_load_file.pod
index cc0b537b8e..731911a40a 100644
--- a/doc/crypto/CONF_modules_load_file.pod
+++ b/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
reads configuration information from B<cnf>.
=head1 NOTES