Skip to content
Snippets Groups Projects
Commit e3a280d7 authored by Simon Désaulniers's avatar Simon Désaulniers Committed by GitHub
Browse files

Merge pull request #82 from aviau/typos

fixed typos
parents 0f8720c4 63f1a736
Branches
Tags
No related merge requests found
...@@ -61,7 +61,7 @@ void erase_if(std::map<Key, Item>& map, const Condition& condition) ...@@ -61,7 +61,7 @@ void erase_if(std::map<Key, Item>& map, const Condition& condition)
class DhtException : public std::runtime_error { class DhtException : public std::runtime_error {
public: public:
DhtException(const std::string &str = "") : DhtException(const std::string &str = "") :
std::runtime_error("DhtException occured: " + str) {} std::runtime_error("DhtException occurred: " + str) {}
}; };
......
...@@ -99,7 +99,7 @@ SecureDht::secureType(ValueType&& type) ...@@ -99,7 +99,7 @@ SecureDht::secureType(ValueType&& type)
return false; return false;
} }
else else
DHT_LOG.WARN("Signature verification succeded"); DHT_LOG.WARN("Signature verification succeeded");
} }
return type.storePolicy(id, v, nid, a, al); return type.storePolicy(id, v, nid, a, al);
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment