mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-18 14:41:20 +01:00
spelling in comments
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -75,7 +75,7 @@ public:
|
||||
bool TransferDataFromWindow() override;
|
||||
|
||||
private:
|
||||
// VampEffect implemetation
|
||||
// VampEffect implementation
|
||||
|
||||
void AddFeatures(LabelTrack *track, Vamp::Plugin::FeatureSet & features);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user