From ca8ede79a0636ab46503a89fd990988aa6393a33 Mon Sep 17 00:00:00 2001 From: tobias <> Date: Thu, 14 Aug 2014 17:55:28 +0000 Subject: fixed overrid(d)en typo millert@ and jmc@ agree that "overriden" is wrong --- src/lib/libcrypto/dso/dso.h | 4 ++-- src/lib/libcrypto/x509v3.cnf | 2 +- src/lib/libssl/src/crypto/dso/dso.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib/libcrypto/dso/dso.h b/src/lib/libcrypto/dso/dso.h index 7bd138bc3b..52d391c0a4 100644 --- a/src/lib/libcrypto/dso/dso.h +++ b/src/lib/libcrypto/dso/dso.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dso.h,v 1.9 2014/06/12 15:49:29 deraadt Exp $ */ +/* $OpenBSD: dso.h,v 1.10 2014/08/14 17:55:28 tobias Exp $ */ /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL * project 2000. */ @@ -74,7 +74,7 @@ extern "C" { * typical for the platform (more specifically the DSO_METHOD) using the * dso_name_converter function of the method. Eg. win32 will transform "blah" * into "blah.dll", and dlfcn will transform it into "libblah.so". The - * behaviour can be overriden by setting the name_converter callback in the DSO + * behaviour can be overridden by setting the name_converter callback in the DSO * object (using DSO_set_name_converter()). This callback could even utilise * the DSO_METHOD's converter too if it only wants to override behaviour for * one or two possible DSO methods. However, the following flag can be set in a diff --git a/src/lib/libcrypto/x509v3.cnf b/src/lib/libcrypto/x509v3.cnf index 8c6b775da1..d12d732855 100644 --- a/src/lib/libcrypto/x509v3.cnf +++ b/src/lib/libcrypto/x509v3.cnf @@ -7,7 +7,7 @@ CERTFQDN = nohost.nodomain # This section should be referenced when building an x509v3 CA # Certificate. -# The default path length and the key usage can be overriden +# The default path length and the key usage can be overridden # modified by setting the CERTPATHLEN and CERTUSAGE environment # variables. [x509v3_CA] diff --git a/src/lib/libssl/src/crypto/dso/dso.h b/src/lib/libssl/src/crypto/dso/dso.h index 7bd138bc3b..52d391c0a4 100644 --- a/src/lib/libssl/src/crypto/dso/dso.h +++ b/src/lib/libssl/src/crypto/dso/dso.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dso.h,v 1.9 2014/06/12 15:49:29 deraadt Exp $ */ +/* $OpenBSD: dso.h,v 1.10 2014/08/14 17:55:28 tobias Exp $ */ /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL * project 2000. */ @@ -74,7 +74,7 @@ extern "C" { * typical for the platform (more specifically the DSO_METHOD) using the * dso_name_converter function of the method. Eg. win32 will transform "blah" * into "blah.dll", and dlfcn will transform it into "libblah.so". The - * behaviour can be overriden by setting the name_converter callback in the DSO + * behaviour can be overridden by setting the name_converter callback in the DSO * object (using DSO_set_name_converter()). This callback could even utilise * the DSO_METHOD's converter too if it only wants to override behaviour for * one or two possible DSO methods. However, the following flag can be set in a -- cgit v1.2.3-55-g6feb