mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 08:59:28 +02:00
Fix typo in code comment.
This commit is contained in:
parent
930ed80e3c
commit
7a4a5fd9cc
@ -33,7 +33,7 @@ class CommandHandler
|
|||||||
// This should only be used during initialization
|
// This should only be used during initialization
|
||||||
void SetProject(AudacityProject *proj);
|
void SetProject(AudacityProject *proj);
|
||||||
|
|
||||||
// Whenever a command is recieved, process it.
|
// Whenever a command is received, process it.
|
||||||
void OnReceiveCommand(AppCommandEvent &event);
|
void OnReceiveCommand(AppCommandEvent &event);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user