Fix some typos

Signed-off-by: Dirk Stolle <striezel-dev@web.de>
This commit is contained in:
Dirk Stolle 2022-12-17 03:22:34 +01:00
parent dca3b2f0c1
commit f2260e7c18
8 changed files with 12 additions and 12 deletions

View file

@ -183,7 +183,7 @@ pub fn guess_float_placement(flow: &mut dyn Flow) {
.flags
.contains(FlowFlags::IS_ABSOLUTELY_POSITIONED)
{
// Do not propagate floats in or out, but do propogate between kids.
// Do not propagate floats in or out, but do propagate between kids.
guess_float_placement(kid);
} else {
floats_in.compute_floats_in(kid);