Fix more typos. (#712)
These are ones not found by `typos` for various reasons.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user