1
0
Fork 0
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:
ed 2020-01-07 08:53:23 +00:00
parent 8f6f29943d
commit a54da0b832
104 changed files with 157 additions and 157 deletions

View file

@ -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!