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

@ -41,7 +41,7 @@ LookAndFeel::LookAndFeel()
/* if this fails it means you're trying to create a LookAndFeel object before
the static Colours have been initialised. That ain't gonna work. It probably
means that you're using a static LookAndFeel object and that your compiler has
decided to intialise it before the Colours class.
decided to initialise it before the Colours class.
*/
jassert (Colours::white == Colour (0xffffffff));