From c3f072c7cbf153c4a54b4ae6aff6f557d0a96b15 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sun, 15 Mar 2015 12:30:38 +0100 Subject: [PATCH] [master] spelling --- src/lib/cryptolink/openssl_hash.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());