summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-29 23:51:51 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-01 23:43:00 +0200
commit0c3fc9e8b33494a920c89da935a100fa7307939c (patch)
tree15c72443014ffcc1d3dccbfc3563e9e27f56d491 /src/verify.h
parentbcb1158dce040f73aef636f0a61e7ca63988711c (diff)
INVALID_JPEG2000_CODESTREAM: 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 58069feb..16151bd1 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -401,7 +401,7 @@ public:
PARTIALLY_ENCRYPTED,
/** General error during JPEG2000 codestream verification
* frame contains the frame index (counted from 0)
- * note contains details
+ * error contains details
* reel_index contains the reel index (starting from 0)
*/
INVALID_JPEG2000_CODESTREAM,