diff --git a/src/checks.cpp b/src/checks.cpp index ed23dc4..bbf424b 100644 --- a/src/checks.cpp +++ b/src/checks.cpp @@ -27,7 +27,7 @@ void Identiconpp::check_entropy(const string &digest, algorithm type) { throw std::invalid_argument ( - "Colors must consist of hexadecimal digits (" + digest + ")." + "Digests must consist of hexadecimal digits (" + digest + ")." ); }