From: Sebastian Andrzej Siewior Date: Tue, 16 Jun 2020 22:20:40 +0000 (+0200) Subject: DOC: Spelling fixes X-Git-Tag: openssl-3.0.0-alpha4~91 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=bb361a27bafeb733417d9ab471973a333a924944;ds=sidebyside DOC: Spelling fixes Signed-off-by: Sebastian Andrzej Siewior Reviewed-by: Paul Dale Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/12172) --- diff --git a/doc/internal/man7/build.info.pod b/doc/internal/man7/build.info.pod index 21aee8eb46..2049868fc6 100644 --- a/doc/internal/man7/build.info.pod +++ b/doc/internal/man7/build.info.pod @@ -282,7 +282,7 @@ verbatim. =item B<${>IBIBIB<}> Substitution reference; the variable reference is replaced with its -value, modified by replacing all occurences of I with I. +value, modified by replacing all occurrences of I with I. =back diff --git a/doc/man1/openssl-cmp.pod.in b/doc/man1/openssl-cmp.pod.in index 89bb549c29..0d05e7fb98 100644 --- a/doc/man1/openssl-cmp.pod.in +++ b/doc/man1/openssl-cmp.pod.in @@ -584,7 +584,7 @@ of response messages. =item B<-cacertsout> I The file where to save any CA certificates received in the caPubs field of -Initializiation Response (IP) messages. +Initialization Response (IP) messages. =back diff --git a/doc/man3/OSSL_HTTP_transfer.pod b/doc/man3/OSSL_HTTP_transfer.pod index 4459f541f3..34794c313c 100644 --- a/doc/man3/OSSL_HTTP_transfer.pod +++ b/doc/man3/OSSL_HTTP_transfer.pod @@ -186,7 +186,7 @@ optionally using proxy client credentials B and B, to connect with TLS protection ultimately to B and B. If the B argument is NULL or the empty string it defaults to "443". The B 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 it uses the B and B parameters (unless NULL) to print additional diagnostic information in a user-oriented way. diff --git a/doc/man5/config.pod b/doc/man5/config.pod index 14b80e0b31..12a1d1043e 100644 --- a/doc/man5/config.pod +++ b/doc/man5/config.pod @@ -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 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 diff --git a/doc/man5/fips_config.pod b/doc/man5/fips_config.pod index 9f7650f243..5077f30ecd 100644 --- a/doc/man5/fips_config.pod +++ b/doc/man5/fips_config.pod @@ -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 option in the B -section, as desribed in L. +section, as described in L. =over 4 diff --git a/doc/man5/x509v3_config.pod b/doc/man5/x509v3_config.pod index 88a336c3b4..1fbef74615 100644 --- a/doc/man5/x509v3_config.pod +++ b/doc/man5/x509v3_config.pod @@ -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]