diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-29 15:19:07 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-01 23:43:00 +0200 |
| commit | 814abc3a7afca78c8877d2c9478364c327db7734 (patch) | |
| tree | e25526e6db17f5040caa5f1d8bdf18bfdb125814 /src/verify.h | |
| parent | 6ebb73004a5568b19228ff699cd68aadc8abbcff (diff) | |
INVALID_LANGUAGE: note -> language.
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 ac943f50..ecaeacfe 100644 --- a/src/verify.h +++ b/src/verify.h @@ -200,7 +200,7 @@ public: /** DCP is Interop, not SMPTE [Bv2.1_6.1] */ INVALID_STANDARD, /** A language or territory does not conform to RFC 5646 [Bv2.1_6.2.1] - * note contains the invalid language + * language contains the invalid language * reel_index contains the reel index (starting from 0) */ INVALID_LANGUAGE, |
