Browse Source

[master] spelling

Francis Dupont 10 years ago
parent
commit
c3f072c7cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/cryptolink/openssl_hash.cc

+ 1 - 1
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());