mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-11 15:15:57 +01: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