1
0
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:
windinthew 2014-06-14 11:01:02 +00:00
parent 930ed80e3c
commit 7a4a5fd9cc

View File

@ -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);
}; };