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