1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-02 01:44:25 +01:00

Fix some comments

This commit is contained in:
Paul Licameli
2018-12-01 19:59:24 -05:00
parent 2af46016c7
commit ab0c0d9cb1
4 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ public:
virtual ~TrackPanelNode() = 0;
};
// A node of the TrackPanel that contins other nodes.
// A node of the TrackPanel that contains other nodes.
class AUDACITY_DLL_API TrackPanelGroup /* not final */ : public TrackPanelNode
{
public: