Fix typo
[privoxy.git] / ssl.c
diff --git a/ssl.c b/ssl.c
index 0749919..ce81516 100644 (file)
--- a/ssl.c
+++ b/ssl.c
@@ -163,7 +163,7 @@ extern int server_use_ssl(const struct client_state *csp)
 *
 * Function    :  is_ssl_pending
 *
-* Description :  Tests if there are some waitting data on ssl connection
+* Description :  Tests if there are some waiting data on ssl connection
 *
 * Parameters  :
 *          1  :  ssl = SSL context to test
@@ -965,7 +965,7 @@ static int write_certificate(mbedtls_x509write_cert *crt, const char *output_fil
    memset(cert_buf, 0, sizeof(cert_buf));
 
    /*
-    * Writing certificate into PEM string. If buffer is too small, fuction
+    * Writing certificate into PEM string. If buffer is too small, function
     * returns specific error and no buffer overflow can happen.
     */
    if ((ret = mbedtls_x509write_crt_pem(crt, cert_buf,