Fix more typos. (#712)

These are ones not found by `typos` for various reasons.
This commit is contained in:
Bruce Mitchener
2024-08-09 19:31:08 +07:00
committed by GitHub
parent 5542bc5dbd
commit ed133e1ea9
5 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ impl CollisionDetectionCounters {
}
}
/// Resets all the coounters and timers.
/// Resets all the counters and timers.
pub fn reset(&mut self) {
self.ncontact_pairs = 0;
self.broad_phase_time.reset();