From: Amos Jeffries Date: Fri, 29 Jul 2011 13:02:10 +0000 (+1200) Subject: Typo in certificate_db.cc X-Git-Tag: take08~55^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ad16fa2b3f413a84b39537c689a2d81fff2d7ac;p=thirdparty%2Fsquid.git Typo in certificate_db.cc --- diff --git a/src/ssl/certificate_db.cc b/src/ssl/certificate_db.cc index 1ca4d21cfc..e099e45d38 100644 --- a/src/ssl/certificate_db.cc +++ b/src/ssl/certificate_db.cc @@ -408,7 +408,7 @@ void Ssl::CertificateDb::load() #endif if (corrupt) - throw std::runtime_error("The SSL certificate database " + db_path + " is curruted. Please rebuild"); + throw std::runtime_error("The SSL certificate database " + db_path + " is corrupted. Please rebuild"); db.reset(temp_db.release()); }