This commit is contained in:
tastytea 2019-01-04 18:10:02 +01:00
parent 91575c7775
commit 7c8a88bc6b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -27,7 +27,7 @@ void Identiconpp::check_entropy(const string &digest, algorithm type)
{ {
throw std::invalid_argument throw std::invalid_argument
( (
"Colors must consist of hexadecimal digits (" + digest + ")." "Digests must consist of hexadecimal digits (" + digest + ")."
); );
} }