Browse Source

Spelling fix

tags/2021-05-28
jules 10 years ago
parent
commit
614a77fc0d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      modules/juce_audio_formats/codecs/juce_AiffAudioFormat.cpp
  2. +1
    -1
      modules/juce_audio_formats/codecs/juce_WavAudioFormat.cpp

+ 1
- 1
modules/juce_audio_formats/codecs/juce_AiffAudioFormat.cpp 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");


+ 1
- 1
modules/juce_audio_formats/codecs/juce_WavAudioFormat.cpp 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");


Loading…
Cancel
Save