mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:17:44 +00:00
Everywhere: Fix a variety of typos
Spelling fixes found by `codespell`.
This commit is contained in:
parent
63c727a4a3
commit
d0a1775369
30 changed files with 38 additions and 38 deletions
|
@ -53,7 +53,7 @@ void StackingContext::sort()
|
|||
|
||||
static PaintPhase to_paint_phase(StackingContext::StackingContextPaintPhase phase)
|
||||
{
|
||||
// There are not a fully correct mapping since some stacking context phases are combind.
|
||||
// There are not a fully correct mapping since some stacking context phases are combined.
|
||||
switch (phase) {
|
||||
case StackingContext::StackingContextPaintPhase::Floats:
|
||||
case StackingContext::StackingContextPaintPhase::BackgroundAndBordersForInlineLevelAndReplaced:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue