diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-14 23:58:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-17 20:13:22 +0100 |
| commit | 151330152d773fd2bc9e3260d918e25aeb179234 (patch) | |
| tree | f0a9555e42e510e4d1ac1aaeb2004528e474502b /src/verify.h | |
| parent | d4519ea7898ccb878a297126bbb45c7b65cccd08 (diff) | |
Change the word 'disagree' to 'differ'.
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 5a120e10..8a049dd5 100644 --- a/src/verify.h +++ b/src/verify.h @@ -65,11 +65,11 @@ public: /** The hash of a main picture asset does not agree with the PKL file. file contains the picture asset filename. */ PICTURE_HASH_INCORRECT, /** The hash of a main picture is different in the CPL and PKL */ - PKL_CPL_PICTURE_HASHES_DISAGREE, + PKL_CPL_PICTURE_HASHES_DIFFER, /** The hash of a main sound asset does not agree with the PKL file. file contains the sound asset filename. */ SOUND_HASH_INCORRECT, /** The hash of a main sound is different in the CPL and PKL */ - PKL_CPL_SOUND_HASHES_DISAGREE, + PKL_CPL_SOUND_HASHES_DIFFER, /** An assetmap's <Path> entry is empty */ EMPTY_ASSET_PATH, /** A file mentioned in an asset map cannot be found */ |
