summaryrefslogtreecommitdiffstats
path: root/Configurations/README
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2017-12-29 07:07:15 +0100
committerMatt Caswell <matt@openssl.org>2018-01-02 15:30:22 +0000
commit436ad81f056cd88de374ea4a27da39b4cafb4b27 (patch)
tree36333dce695b84f002b88e6caa540fc1a405ed05 /Configurations/README
parentd201dbc9a4d4ce7fd1f7ffc8f499cf261ba5e72a (diff)
Fix minor 'the the' typos
Similar to commit 17b602802114d53017ff7894319498934a580b17( "Remove extra `the` in SSL_SESSION_set1_id.pod"), this commit removes typos where additional 'the' have been added. Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4999)
Diffstat (limited to 'Configurations/README')
-rw-r--r--Configurations/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configurations/README b/Configurations/README
index cd55a3ace7..9f31dfcd9e 100644
--- a/Configurations/README
+++ b/Configurations/README
@@ -433,8 +433,8 @@ others, that's done as follows:
GENERATE[bar.s]=asm/bar.S
The value of each GENERATE line is a command line or part of it.
-Configure places no rules on the command line, except the the first
-item muct be the generator file. It is, however, entirely up to the
+Configure places no rules on the command line, except that the first
+item must be the generator file. It is, however, entirely up to the
build file template to define exactly how those command lines should
be handled, how the output is captured and so on.