mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-06 23:29:24 +02:00
Fix comment typo.
This commit is contained in:
parent
577fdb200f
commit
acadd4b7fb
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user