DOC: Spelling fixes
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>
Tue, 16 Jun 2020 22:20:40 +0000 (00:20 +0200)
committerDmitry Belyavskiy <beldmit@gmail.com>
Thu, 18 Jun 2020 07:10:48 +0000 (10:10 +0300)
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/12172)

doc/internal/man7/build.info.pod
doc/man1/openssl-cmp.pod.in
doc/man3/OSSL_HTTP_transfer.pod
doc/man5/config.pod
doc/man5/fips_config.pod
doc/man5/x509v3_config.pod

index 21aee8eb469e6616f17616b3f3c17d5859faa714..2049868fc64327087b53d4235890d76a8ea86daf 100644 (file)
@@ -282,7 +282,7 @@ verbatim.
 =item B<${>I<NAME>B</>I<str>B</>I<subst>B<}>
 
 Substitution reference; the variable reference is replaced with its
-value, modified by replacing all occurences of I<str> with I<subst>.
+value, modified by replacing all occurrences of I<str> with I<subst>.
 
 =back
 
index 89bb549c2937280334a57a98a3a09608c08a34b4..0d05e7fb98636bcd181220020805dfdf617ac2bc 100644 (file)
@@ -584,7 +584,7 @@ of response messages.
 =item B<-cacertsout> I<filename>
 
 The file where to save any CA certificates received in the caPubs field of
-Initializiation Response (IP) messages.
+Initialization Response (IP) messages.
 
 =back
 
index 4459f541f3b2e2be84a414ae2291e7c3de887112..34794c313ca75b2f43aa415ebe211892156b80c8 100644 (file)
@@ -186,7 +186,7 @@ optionally using proxy client credentials B<proxyuser> and B<proxypass>,
 to connect with TLS protection ultimately to B<server> and B<port>.
 If the B<port> argument is NULL or the empty string it defaults to "443".
 The B<timeout> parameter is used as described above.
-Since this function is typically called by appplications such as
+Since this function is typically called by applications such as
 L<openssl-s_client(1)> it uses the B<bio_err> and B<prog> parameters (unless
 NULL) to print additional diagnostic information in a user-oriented way.
 
index 14b80e0b31b6d52ce93c1db71f17beab52bceb2d..12a1d1043e56743c224c7afb3e0469a58485712f 100644 (file)
@@ -113,7 +113,7 @@ If a name is repeated in the same section, then all but the last
 value are ignored. In certain circumstances, such as with
 Certificate DNs, the same field may occur multiple times.
 In order to support this, commands like L<openssl-req(1)> ignore any
-leading text that is preceeded with a period. For example:
+leading text that is preceded with a period. For example:
 
  1.OU = First OU
  2.OU = Second OU
@@ -198,7 +198,7 @@ containing name/value pairs of OID's.
 The name is the short name; the value is an optional long name followed
 by a comma, and the numeric value.
 While some OpenSSL commands have their own section for specifying OID's,
-this section makes them avilable to all commands and applications.
+this section makes them available to all commands and applications.
 
  [oids]
  shortName = a very long OID name, 1.2.3.4
index 9f7650f24310f9ca0be90170f32412b1dc092bd6..5077f30ecdb865078c627c97b3a5691b32d87483 100644 (file)
@@ -29,7 +29,7 @@ used internally by the FIPS module during its initialization.
 
 The following options are supported. They should all appear in a section
 whose name is identified by the B<fips> option in the B<providers>
-section, as desribed in L<config(5)/Provider Configuration Module>.
+section, as described in L<config(5)/Provider Configuration Module>.
 
 =over 4
 
index 88a336c3b48e05367365829c5868339b0ff6b097..1fbef74615e35b18c312925fadac62e9d5aaf59b 100644 (file)
@@ -37,7 +37,7 @@ String extensions simply have a string which contains either the value itself
 or how it is obtained.
 
 Multi-valued extensions have a short form and a long form. The short form
-is a commma-separated list of names and values:
+is a comma-separated list of names and values:
 
  basicConstraints = critical, CA:true, pathlen:1
 
@@ -68,7 +68,7 @@ will produce an error but the equivalent form:
 
 is valid.
 
-OpenSSL does not support multiple occurences of the same field within a
+OpenSSL does not support multiple occurrences of the same field within a
 section. In this example:
 
  [extensions]