mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed some more typos
This commit is contained in:
parent
8f6f29943d
commit
a54da0b832
104 changed files with 157 additions and 157 deletions
|
|
@ -83,7 +83,7 @@ void ComboBox::addItem (const String& newItemText, int newItemId)
|
|||
// you can't add empty strings to the list..
|
||||
jassert (newItemText.isNotEmpty());
|
||||
|
||||
// IDs must be non-zero, as zero is used to indicate a lack of selecion.
|
||||
// IDs must be non-zero, as zero is used to indicate a lack of selection.
|
||||
jassert (newItemId != 0);
|
||||
|
||||
// you shouldn't use duplicate item IDs!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue