]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] spelling trac3764_base
authorFrancis Dupont <fdupont@isc.org>
Sun, 15 Mar 2015 11:30:38 +0000 (12:30 +0100)
committerFrancis Dupont <fdupont@isc.org>
Sun, 15 Mar 2015 11:30:38 +0000 (12:30 +0100)
src/lib/cryptolink/openssl_hash.cc

index 120abc5a8234c008df6fcea473f95b36c445a600..a8bcbf112f831fc518b186eb54e259ad80d46310 100644 (file)
@@ -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());