diff --git a/src/Registrar.h b/src/Registrar.h index 10c354d3e..c747467c7 100644 --- a/src/Registrar.h +++ b/src/Registrar.h @@ -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. diff --git a/src/export/ExportMP3.h b/src/export/ExportMP3.h index 97e87f29e..98aad13de 100644 --- a/src/export/ExportMP3.h +++ b/src/export/ExportMP3.h @@ -33,7 +33,7 @@ class wxWindow; std::unique_ptr New_ExportMP3(); //---------------------------------------------------------------------------- -// Get MP3 library versioqn +// Get MP3 library version //---------------------------------------------------------------------------- wxString GetMP3Version(wxWindow *parent, bool prompt);