1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 23:59:41 +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;
protected:
// EffectTwoPassSimpleMono implemetation
// EffectTwoPassSimpleMono implementation
// Override these methods if you need to initialize something
// before each pass. Return None if processing should stop.

View File

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