spellings

This commit is contained in:
Paul Licameli 2019-07-26 11:42:48 -04:00
parent bc9458142b
commit f89d96a870
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
\class Registrar
\brief Base class for registration callback.
Audcaity will call providers RegisterNameOfThing() functions with
Audacity will call providers RegisterNameOfThing() functions with
an &Registrar as the argument. RegisterNameOfThing() is then
responsible for calling the appropriate callback functions.

View File

@ -33,7 +33,7 @@ class wxWindow;
std::unique_ptr<ExportPlugin> New_ExportMP3();
//----------------------------------------------------------------------------
// Get MP3 library versioqn
// Get MP3 library version
//----------------------------------------------------------------------------
wxString GetMP3Version(wxWindow *parent, bool prompt);