mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Spelling fix
This commit is contained in:
parent
fa7cda876b
commit
614a77fc0d
2 changed files with 2 additions and 2 deletions
|
|
@ -643,7 +643,7 @@ public:
|
|||
|
||||
if (metadataValues.size() > 0)
|
||||
{
|
||||
// The meta data should have been santised for the AIFF format.
|
||||
// The meta data should have been sanitised for the AIFF format.
|
||||
// If it was originally sourced from a WAV file the MetaDataSource
|
||||
// key should be removed (or set to "AIFF") once this has been done
|
||||
jassert (metadataValues.getValue ("MetaDataSource", "None") != "WAV");
|
||||
|
|
|
|||
|
|
@ -1024,7 +1024,7 @@ public:
|
|||
|
||||
if (metadataValues.size() > 0)
|
||||
{
|
||||
// The meta data should have been santised for the WAV format.
|
||||
// The meta data should have been sanitised for the WAV format.
|
||||
// If it was originally sourced from an AIFF file the MetaDataSource
|
||||
// key should be removed (or set to "WAV") once this has been done
|
||||
jassert (metadataValues.getValue ("MetaDataSource", "None") != "AIFF");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue