fixed typo

This commit is contained in:
orignal 2024-04-18 18:06:24 -04:00
parent 1f1a3270f7
commit f67c38d8d2
2 changed files with 3 additions and 3 deletions

View file

@ -269,7 +269,7 @@ namespace data
if (m_Floodfills.GetSize () < NETDB_NUM_FLOODFILLS_THRESHOLD || r->GetProfile ()->IsReal ())
m_Floodfills.Insert (r);
else
r->ResetFlooldFill ();
r->ResetFloodFill ();
}
}
}
@ -304,7 +304,7 @@ namespace data
m_Floodfills.Insert (r);
}
else
r->ResetFlooldFill ();
r->ResetFloodFill ();
}
}
else