1
0
Fork 0
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:
jules 2015-10-05 08:54:58 +01:00
parent fa7cda876b
commit 614a77fc0d
2 changed files with 2 additions and 2 deletions

View file

@ -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");

View file

@ -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");