From: Richard Levitte Date: Tue, 1 Nov 2005 04:56:29 +0000 (+0000) Subject: A slight change in documentation that makes it so much more comprehensible X-Git-Tag: OpenSSL_0_9_8b~99 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f59463aad30ec4d1966fa3af5b5b3ea7ad286f04;p=oweals%2Fopenssl.git A slight change in documentation that makes it so much more comprehensible --- diff --git a/crypto/dso/dso.h b/crypto/dso/dso.h index 3de99f5d00..3e51913a72 100644 --- a/crypto/dso/dso.h +++ b/crypto/dso/dso.h @@ -125,7 +125,7 @@ typedef char* (*DSO_NAME_CONVERTER_FUNC)(DSO *, const char *); * file specifications and added together in whatever fashion that is * sensible for the DSO method in question. The only rule that really * applies is that if the two specification contain pieces of the same - * type, the copy from the string string takes priority. One could see + * type, the copy from the first string takes priority. One could see * it as the first specification is the one given by the user and the * second being a bunch of defaults to add on if they're missing in the * first. */