1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-06 23:29:24 +02:00

Fix comment typo.

This commit is contained in:
Henric Jungheim 2019-06-08 12:00:24 -07:00
parent 577fdb200f
commit acadd4b7fb

View File

@ -155,7 +155,7 @@ class AUDACITY_DLL_API AudacityProject final
wxFrame &GetProjectFrame( AudacityProject &project );
const wxFrame &GetProjectFrame( const AudacityProject &project );
///\brief Get a pointer to the window associaged with a project, or null if
///\brief Get a pointer to the window associated with a project, or null if
/// the given pointer is null.
inline wxFrame *FindProjectFrame( AudacityProject *project ) {
return project ? &GetProjectFrame( *project ) : nullptr;