summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-28 22:40:08 +0100
committerCarl Hetherington <cth@carlh.net>2026-04-01 23:43:00 +0200
commit2105b40ff1841be7e4c33d5131e20ef5c086350b (patch)
treebe96546f7284c708b9cac7e1a031a58d3ede81b4 /src/verify.h
parent4359fb4c2b42a1030dd85c7330c6533362ed7539 (diff)
FAILED_READ: note -> error.
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h
index 1aeac080..ab7cd34b 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -103,7 +103,7 @@ public:
// Only the first line of each comment will be taken as a description of the code.
enum class Code {
/** A general error when reading the DCP
- * note contains (probably technical) details
+ * error contains (probably technical) details
*/
FAILED_READ,
/** The hash of a CPL in the PKL agrees with the CPL file */