Fix typos in files in ssl directory
[oweals/openssl.git] / ssl / ssl_ciph.c
index 39feb1f17cb9cc4a2457eeb4d8e0a64e45a4fbff..47f715d29ee1a14964bbdc9e3f19695117a3fd36 100644 (file)
@@ -1365,7 +1365,7 @@ STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *ssl_method, STACK
     ssl_cipher_apply_rule(0, SSL_kPSK, 0, 0, 0, 0, 0, CIPHER_ORD, -1, &head,
                           &tail);
 
-    /* RC4 is sort-of broken -- move the the end */
+    /* RC4 is sort-of broken -- move to the end */
     ssl_cipher_apply_rule(0, 0, 0, SSL_RC4, 0, 0, 0, CIPHER_ORD, -1, &head,
                           &tail);