diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-29 22:30:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-01 23:43:00 +0200 |
| commit | 60827711476f31920a1c8d7045907512abe2085d (patch) | |
| tree | bff3b5daceafef0c5a9fdc04a08dc5054c86f01a /src/verify.h | |
| parent | c8720ce0fe32088df1c1d50c42c2e7434b142a68 (diff) | |
INVALID_EXTENSION_METADATA: note -> error.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 2 |
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, |
