1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Corrected some spelling mistakes in comments

This commit is contained in:
jules 2016-04-11 11:13:44 +01:00
parent 7d178feb0c
commit fb864a5cb1
38 changed files with 49 additions and 48 deletions

View file

@ -135,7 +135,7 @@ struct JUCE_API ApplicationCommandInfo
/** Indicates that the command can't currently be performed.
The ApplicationCommandTarget::getCommandInfo() method must set this flag if it's
not currently permissable to perform the command. If the flag is set, then
not currently permissible to perform the command. If the flag is set, then
components that trigger the command, e.g. PopupMenu, may choose to grey-out the
command or show themselves as not being enabled.

View file

@ -219,7 +219,7 @@ public:
*/
bool isCommandActive (const CommandID commandID);
/** If this object is a Component, this method will seach upwards in its current
/** If this object is a Component, this method will search upwards in its current
UI hierarchy for the next parent component that implements the
ApplicationCommandTarget class.