From: Alex Rousskov Date: Fri, 14 Sep 2012 23:35:44 +0000 (-0600) Subject: Fixed typo in a comment. X-Git-Tag: SQUID_3_4_0_1~460^2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d0d1d927b83d7daf844c492680644a2d9e2b8c4;p=thirdparty%2Fsquid.git Fixed typo in a comment. --- diff --git a/src/ssl/support.cc b/src/ssl/support.cc index 1380531a6a..d17ca751d3 100644 --- a/src/ssl/support.cc +++ b/src/ssl/support.cc @@ -292,7 +292,7 @@ ssl_verify_cb(int ok, X509_STORE_CTX * ctx) } #if 1 // USE_SSL_CERT_VALIDATOR // If the certificate validator is used then we need to allow all errors and - // pass them tp certficate validator for more processing + // pass them to certficate validator for more processing else if (Ssl::TheConfig.ssl_crt_validator) ok = 1; #endif