From 4895438d43fba93c4ffc4bf8cfdc8c2a46cc8073 Mon Sep 17 00:00:00 2001 From: krw <> Date: Tue, 15 Mar 2016 20:50:22 +0000 Subject: 'accomodate' -> 'accommodate' in comments. Started by diff from Mical Mazurek. --- src/lib/libcrypto/dso/dso.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/dso') diff --git a/src/lib/libcrypto/dso/dso.h b/src/lib/libcrypto/dso/dso.h index 42de08089e..6c982c9f97 100644 --- a/src/lib/libcrypto/dso/dso.h +++ b/src/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. */ -- cgit v1.2.3-55-g6feb