Implement new multi-threading API
[openssl.git] / include / openssl / dso.h
index 180163fae5d3f57952ba911ed1d69a45c071765d..c1229976a7e481903756d89f507486387a7e2043 100644 (file)
@@ -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.
  */