diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-31 23:38:46 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-01 23:43:00 +0200 |
| commit | 7c9d62fc64ca6d66a34063d2d01988d800b770c8 (patch) | |
| tree | 94de796fd6f309413ae421b046b04414d627069b /src/verify.h | |
| parent | e567f3569669aa23675a31beff18228da57c123b (diff) | |
INVALID_{CPL,PKL}_NAMESPACE: note -> xml_namespace.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verify.h b/src/verify.h index 96945ca3..5f678bae 100644 --- a/src/verify.h +++ b/src/verify.h @@ -584,7 +584,7 @@ public: */ VALID_CONTENT_VERSION_LABEL_TEXT, /** The CPL namespace is not valid - * note contains the invalid namespace + * xml_namespace contains the invalid namespace * file contains the CPL filename */ INVALID_CPL_NAMESPACE, @@ -593,7 +593,7 @@ public: */ MISSING_CPL_CONTENT_VERSION, /** The PKL namespace is not valid - * note contains the invalid namespace + * xml_namespace contains the invalid namespace * file contains the PKL filename */ INVALID_PKL_NAMESPACE, |
