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
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ void erase_if(std::map<Key, Item>& map, const Condition& condition)
class DhtException : public std::runtime_error {
public:
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)
return false;
}
else
DHT_LOG.WARN("Signature verification succeded");
DHT_LOG.WARN("Signature verification succeeded");
}
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