diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-03-15 20:50:23 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-03-15 20:50:23 +0000 |
commit | 591edc621d1e0fa696c3347599d67592e26228dd (patch) | |
tree | 5d664090d1936d771acff318ea1d27ce2b05c542 /lib/libcrypto/dso | |
parent | a102a0f8522bb490a71bcc083ef0d7b32303033f (diff) |
'accomodate' -> 'accommodate' in comments.
Started by diff from Mical Mazurek.
Diffstat (limited to 'lib/libcrypto/dso')
-rw-r--r-- | lib/libcrypto/dso/dso.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/dso/dso.h b/lib/libcrypto/dso/dso.h index 42de08089e3..6c982c9f97e 100644 --- a/lib/libcrypto/dso/dso.h +++ b/lib/libcrypto/dso/dso.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dso.h,v 1.11 2015/02/07 13:19:15 doug Exp $ */ +/* $OpenBSD: dso.h,v 1.12 2016/03/15 20:50:22 krw Exp $ */ /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL * project 2000. */ @@ -286,7 +286,7 @@ DSO_METHOD *DSO_METHOD_dlfcn(void); * 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 + * accommodate pathname is returned. If 'addr' is NULL, then * pathname of cryptolib itself is returned. Negative or zero * return value denotes error. */ |