Index: s_client.c
===================================================================
RCS file: /cvs/src/usr.bin/openssl/s_client.c,v
retrieving revision 1.33
diff -u -p -u -r1.33 s_client.c
--- s_client.c    12 Aug 2017 21:04:33 -0000    1.33
+++ s_client.c    11 Feb 2018 16:30:47 -0000
@@ -859,7 +859,7 @@ re_start:
         BIO_free(fbio);
         if (!foundit)
             BIO_printf(bio_err,
-                "didn't found starttls in server response,"
+                "didn't find starttls in server response,"
                 " try anyway...\n");
         BIO_printf(sbio, "STARTTLS\r\n");
         BIO_read(sbio, sbuf, BUFSIZZ);

Reply via email to