summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-05-12 12:34:03 +0200
committerCarl Hetherington <cth@carlh.net>2020-05-12 12:34:03 +0200
commit25b9ff016477a8fda6f0368235275b92dda90c93 (patch)
treeb75d47daf2854fe27016f3b38f95e63fc1fc8007 /src
parentcd1d24433c91cb0b8a35155c87441405c48cfa9a (diff)
Comment typo.
Diffstat (limited to 'src')
-rw-r--r--src/verify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h
index 4bd91f55..405c6b09 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -71,7 +71,7 @@ public:
PKL_CPL_SOUND_HASHES_DISAGREE,
/** An assetmap's <Path> entry is empty */
EMPTY_ASSET_PATH,
- /** An file mentioned in an asset map cannot be found */
+ /** A file mentioned in an asset map cannot be found */
MISSING_ASSET,
/** The DCP contains both SMPTE and Interop-standard components */
MISMATCHED_STANDARD,