]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed typo in a comment.
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 14 Sep 2012 23:35:44 +0000 (17:35 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Fri, 14 Sep 2012 23:35:44 +0000 (17:35 -0600)
src/ssl/support.cc

index 1380531a6a97c8c657decdf5f4c91371df66f370..d17ca751d36d118370863f8b399c22ce5296a0c4 100644 (file)
@@ -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