1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 08:29:27 +02:00

spelling in comments

This commit is contained in:
Paul Licameli 2018-11-03 11:45:05 -04:00
parent 7030c9fc4f
commit 370d3e6338
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ public:
bool Process() override; bool Process() override;
protected: protected:
// EffectTwoPassSimpleMono implemetation // EffectTwoPassSimpleMono implementation
// Override these methods if you need to initialize something // Override these methods if you need to initialize something
// before each pass. Return None if processing should stop. // before each pass. Return None if processing should stop.

View File

@ -75,7 +75,7 @@ public:
bool TransferDataFromWindow() override; bool TransferDataFromWindow() override;
private: private:
// VampEffect implemetation // VampEffect implementation
void AddFeatures(LabelTrack *track, Vamp::Plugin::FeatureSet & features); void AddFeatures(LabelTrack *track, Vamp::Plugin::FeatureSet & features);