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:
parent
7d178feb0c
commit
fb864a5cb1
38 changed files with 49 additions and 48 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue