summaryrefslogtreecommitdiffstats
path: root/include/openssl/dso.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/dso.h')
-rw-r--r--include/openssl/dso.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/dso.h b/include/openssl/dso.h
index 180163fae5..c1229976a7 100644
--- a/include/openssl/dso.h
+++ b/include/openssl/dso.h
@@ -338,7 +338,7 @@ DSO_METHOD *DSO_METHOD_vms(void);
* 'addr' into 'sz' large caller-provided 'path' and returns the number of
* characters [including trailing zero] written to it. If 'sz' is 0 or
* negative, 'path' is ignored and required amount of charachers [including
- * trailing zero] to accomodate pathname is returned. If 'addr' is NULL, then
+ * trailing zero] to accommodate pathname is returned. If 'addr' is NULL, then
* pathname of cryptolib itself is returned. Negative or zero return value
* denotes error.
*/