mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 10:45:09 +00:00
Everywhere: Fix typos
Mostly in comments, but sprintf() now prints "August" instead of "Auguest" so that's something.
This commit is contained in:
parent
7399874479
commit
ef1b21004f
28 changed files with 39 additions and 39 deletions
|
@ -74,7 +74,7 @@ private:
|
|||
ColorField(Color color);
|
||||
|
||||
Color m_color;
|
||||
// save hue seperately so full white color doesn't reset it to 0
|
||||
// save hue separately so full white color doesn't reset it to 0
|
||||
double m_hue;
|
||||
|
||||
RefPtr<Gfx::Bitmap> m_color_bitmap;
|
||||
|
@ -518,7 +518,7 @@ void ColorField::set_color(Color color)
|
|||
return;
|
||||
|
||||
m_color = color;
|
||||
// don't save m_hue here by default, we dont want to set it to 0 in case color is full white
|
||||
// don't save m_hue here by default, we don't want to set it to 0 in case color is full white
|
||||
// m_hue = color.to_hsv().hue;
|
||||
|
||||
recalculate_position();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue