From 7c8a88bc6b4440443fb6e332a7dd63abdb170322 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 4 Jan 2019 18:10:02 +0100 Subject: [PATCH] typo --- src/checks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + ")." ); }