aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorQuanah Gibson-Mount <quanah@zimbra.com>2015-11-22 21:35:15 -0600
committerKurt Roeckx <kurt@roeckx.be>2015-11-24 22:01:35 +0100
commitc7944cf1f6b5656435bad65488e8415a4ed1339e (patch)
tree88f31d936777844964203ee64707f4648ac41b67 /apps
parenta60c151a7d478b74ae88186aca251d17b84a1e2f (diff)
downloadopenssl-c7944cf1f6b5656435bad65488e8415a4ed1339e.tar.gz
Fix grammar errors
Signed-off-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Rich Salz <rsalz@akamai.com> GH: #481
Diffstat (limited to 'apps')
-rw-r--r--apps/s_client.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/s_client.c b/apps/s_client.c
index d90124d4e8..e3ab42b534 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -1513,8 +1513,8 @@ int s_client_main(int argc, char **argv)
BIO_free(fbio);
if (!foundit)
BIO_printf(bio_err,
- "didn't found starttls in server response,"
- " try anyway...\n");
+ "didn't find starttls in server response,"
+ " trying anyway...\n");
BIO_printf(sbio, "STARTTLS\r\n");
BIO_read(sbio, sbuf, BUFSIZZ);
}
@@ -1551,8 +1551,8 @@ int s_client_main(int argc, char **argv)
BIO_free(fbio);
if (!foundit)
BIO_printf(bio_err,
- "didn't found STARTTLS in server response,"
- " try anyway...\n");
+ "didn't find STARTTLS in server response,"
+ " trying anyway...\n");
BIO_printf(sbio, ". STARTTLS\r\n");
BIO_read(sbio, sbuf, BUFSIZZ);
}