From: Francis Dupont Date: Sun, 15 Mar 2015 11:30:38 +0000 (+0100) Subject: [master] spelling X-Git-Tag: trac3764_base X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3f072c7cbf153c4a54b4ae6aff6f557d0a96b15;p=thirdparty%2Fkea.git [master] spelling --- diff --git a/src/lib/cryptolink/openssl_hash.cc b/src/lib/cryptolink/openssl_hash.cc index 120abc5a82..a8bcbf112f 100644 --- a/src/lib/cryptolink/openssl_hash.cc +++ b/src/lib/cryptolink/openssl_hash.cc @@ -77,7 +77,7 @@ public: EVP_DigestInit_ex(md_.get(), algo, NULL); } - /// @brief Destrucotr + /// @brief Destructor ~HashImpl() { if (md_) { EVP_MD_CTX_cleanup(md_.get());