Hi,

just spotted that sometimes the typo "overriden" occurs, which will
be fixed by this diff.


Tobias Stoeckmann

--- crypto/dso/README~  Sun Nov  9 13:45:20 2008
+++ crypto/dso/README   Sun Nov  9 13:45:26 2008
@@ -12,7 +12,7 @@
 (a) be turned off altogether through the use of the
     DSO_FLAG_NO_NAME_TRANSLATION flag,
 (b) be handled by default using the default DSO_METHOD's converter
-(c) overriden per-DSO by setting the override callback
+(c) overridden per-DSO by setting the override callback
 (d) a mix of (b) and (c) - eg. implement an override callback that;
     (i) checks if we're win32 (if(strstr(dso->meth->name, "win32")....)
         and if so, convert "blah" into "blah32.dll" (the default is
--- crypto/dso/dso.h~   Sun Nov  9 13:45:32 2008
+++ crypto/dso/dso.h    Sun Nov  9 13:45:39 2008
@@ -74,7 +74,7 @@
  * 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
--- doc/apps/ts.pod~    Sun Nov  9 13:45:51 2008
+++ doc/apps/ts.pod     Sun Nov  9 13:46:03 2008
@@ -352,7 +352,7 @@
 
 This is the main section and it specifies the name of another section
 that contains all the options for the B<-reply> command. This default
-section can be overriden with the B<-section> command line switch. (Optional)
+section can be overridden with the B<-section> command line switch. (Optional)
 
 =item B<oid_file>
 
@@ -453,7 +453,7 @@
 =head1 ENVIRONMENT VARIABLES
 
 B<OPENSSL_CONF> contains the path of the configuration file and can be
-overriden by the B<-config> command line option.
+overridden by the B<-config> command line option.
 
 =head1 EXAMPLES
 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to