summaryrefslogtreecommitdiffstats
path: root/doc/apps
diff options
context:
space:
mode:
authorklemens <ka7@github.com>2016-08-05 19:56:58 +0200
committerRich Salz <rsalz@openssl.org>2016-08-05 19:07:30 -0400
commit6025001707fd65679d758c877200469d4e72ea88 (patch)
tree557bc457aea10e4f854f1ae975d38b0e9c8c79fb /doc/apps
parent1ccbe6b32c98f61526e364c7abc94f55ec600293 (diff)
spelling fixes, just comments and readme.
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1413)
Diffstat (limited to 'doc/apps')
-rw-r--r--doc/apps/cms.pod2
-rw-r--r--doc/apps/s_client.pod2
-rw-r--r--doc/apps/sess_id.pod2
-rw-r--r--doc/apps/smime.pod2
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/apps/cms.pod b/doc/apps/cms.pod
index 4a2b604a83..b6546133cf 100644
--- a/doc/apps/cms.pod
+++ b/doc/apps/cms.pod
@@ -499,7 +499,7 @@ a blank line. Piping the mail directly to sendmail is one way to
achieve the correct format.
The supplied message to be signed or encrypted must include the
-necessary MIME headers or many S/MIME clients wont display it
+necessary MIME headers or many S/MIME clients won't display it
properly (if at all). You can use the B<-text> option to automatically
add plain text headers.
diff --git a/doc/apps/s_client.pod b/doc/apps/s_client.pod
index 77668ea44e..4ed032ca32 100644
--- a/doc/apps/s_client.pod
+++ b/doc/apps/s_client.pod
@@ -327,7 +327,7 @@ and accepted from the server.
=item B<-dtls>, B<-dtls1>, B<-dtls1_2>
These options make B<s_client> use DTLS protocols instead of TLS.
-With B<-dtls>, B<s_client> will negotiate any supported DTLS protcol version,
+With B<-dtls>, B<s_client> will negotiate any supported DTLS protocol version,
whilst B<-dtls1> and B<-dtls1_2> will only support DTLS1.0 and DTLS1.2
respectively.
diff --git a/doc/apps/sess_id.pod b/doc/apps/sess_id.pod
index b098528bb8..3694f7d838 100644
--- a/doc/apps/sess_id.pod
+++ b/doc/apps/sess_id.pod
@@ -72,7 +72,7 @@ this option prevents output of the encoded version of the session.
=item B<-context ID>
this option can set the session id so the output session information uses the
-supplied ID. The ID can be any string of characters. This option wont normally
+supplied ID. The ID can be any string of characters. This option won't normally
be used.
=back
diff --git a/doc/apps/smime.pod b/doc/apps/smime.pod
index 05cefea7e2..2c7661daf0 100644
--- a/doc/apps/smime.pod
+++ b/doc/apps/smime.pod
@@ -331,7 +331,7 @@ a blank line. Piping the mail directly to sendmail is one way to
achieve the correct format.
The supplied message to be signed or encrypted must include the
-necessary MIME headers or many S/MIME clients wont display it
+necessary MIME headers or many S/MIME clients won't display it
properly (if at all). You can use the B<-text> option to automatically
add plain text headers.