summaryrefslogtreecommitdiffstats
path: root/crypto/dso
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-11-01 04:56:25 +0000
committerRichard Levitte <levitte@openssl.org>2005-11-01 04:56:25 +0000
commitb02da8eb50b1bedd11e7aef09813c010c0662360 (patch)
tree821ce3e60c00aebe2a3eeab216a4aba6712a898d /crypto/dso
parent2f52a41054702adedd30f803bea3c5ac2fda5c74 (diff)
A slight change in documentation that makes it so much more comprehensible
Diffstat (limited to 'crypto/dso')
-rw-r--r--crypto/dso/dso.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dso/dso.h b/crypto/dso/dso.h
index c9d736654a..5da0a55f2a 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. */