]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix some typos
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 8 May 2022 13:01:01 +0000 (13:01 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 8 May 2022 13:01:01 +0000 (13:01 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900694 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_config.c
modules/ssl/ssl_engine_init.c

index 19621d2b15873a774c46ca4464bca0f89e6c0abb..722826e9b83fb0a59d1c54662b5ddd1f8af443d2 100644 (file)
@@ -888,7 +888,7 @@ const char *ssl_cmd_SSLCipherSuite(cmd_parms *cmd,
         return NULL;
     }
 #endif
-    return apr_pstrcat(cmd->pool, "procotol '", arg1, "' not supported", NULL);
+    return apr_pstrcat(cmd->pool, "protocol '", arg1, "' not supported", NULL);
 }
 
 #define SSL_FLAGS_CHECK_FILE \
@@ -1658,7 +1658,7 @@ const char *ssl_cmd_SSLProxyCipherSuite(cmd_parms *cmd,
         return NULL;
     }
 #endif
-    return apr_pstrcat(cmd->pool, "procotol '", arg1, "' not supported", NULL);
+    return apr_pstrcat(cmd->pool, "protocol '", arg1, "' not supported", NULL);
 }
 
 const char *ssl_cmd_SSLProxyVerify(cmd_parms *cmd,
index 750a4a2d3bca5fa58f32ab279f8e655403479c35..11099e7fbce60dc47b4556cfab9b70e13b9a8d24 100644 (file)
@@ -489,7 +489,7 @@ apr_status_t ssl_init_Module(apr_pool_t *p, apr_pool_t *plog,
 
 /*
  * Support for external a Crypto Device ("engine"), usually
- * a hardware accellerator card for crypto operations.
+ * a hardware accelerator card for crypto operations.
  */
 #if defined(HAVE_OPENSSL_ENGINE_H) && defined(HAVE_ENGINE_INIT)
 apr_status_t ssl_init_Engine(server_rec *s, apr_pool_t *p)