1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-02 06:40:12 +01:00

Fix minor typos (#720)

Co-authored-by: freddii <https://freddii@github.com>
This commit is contained in:
freddii
2021-01-12 12:56:09 +01:00
committed by GitHub
parent 85f333a31f
commit 534359de6c
35 changed files with 46 additions and 46 deletions

View File

@@ -160,7 +160,7 @@ typedef ModuleInterface *(*ModuleMain)(const wxString *path);
static ModuleInterface * name(const wxString *path)
// ----------------------------------------------------------------------------
// This will create a class and instnace that will register the module entry
// This will create a class and instance that will register the module entry
// point during Audacity startup. At the appropriate time, the entry point
// will be called to create the module instance.
// ----------------------------------------------------------------------------