summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-29 22:30:40 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-01 23:43:00 +0200
commit60827711476f31920a1c8d7045907512abe2085d (patch)
treebff3b5daceafef0c5a9fdc04a08dc5054c86f01a /src/verify.h
parentc8720ce0fe32088df1c1d50c42c2e7434b142a68 (diff)
INVALID_EXTENSION_METADATA: 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 0222eb41..f901feb0 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -372,7 +372,7 @@ public:
*/
MISSING_EXTENSION_METADATA,
/** _<ExtensionMetadata>_ does not have the correct form [Bv2.1_8.6.3]
- * note contains details of what's wrong
+ * error contains details of what's wrong
* file contains the CPL filename
*/
INVALID_EXTENSION_METADATA,