summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-30 23:28:29 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-01 23:43:00 +0200
commitd7f52153b4e50858dcd382fb66c51afba0bf6029 (patch)
tree69fb67247e6f72adfa3a4c53e30c011ab0446d9c /src/verify.h
parent426c98459c8aad043d42535c0b36300c7dc63215 (diff)
DUPLICATE_ASSET_ID_IN_PKL: note -> pkl_id.
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 6d93384a..07a480a7 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -510,7 +510,7 @@ public:
*/
VALID_MAIN_PICTURE_ACTIVE_AREA,
/** A PKL has more than one asset with the same ID
- * note contains the PKL ID
+ * pkl_id contains the PKL ID
* file contains the PKL filename
*/
DUPLICATE_ASSET_ID_IN_PKL,