From ed133e1ea9fca451ed8b06ea2c7d067990975bf6 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Fri, 9 Aug 2024 19:31:08 +0700 Subject: Fix more typos. (#712) These are ones not found by `typos` for various reasons. --- src/counters/collision_detection_counters.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/counters/collision_detection_counters.rs') diff --git a/src/counters/collision_detection_counters.rs b/src/counters/collision_detection_counters.rs index 90c5141..1d2d28f 100644 --- a/src/counters/collision_detection_counters.rs +++ b/src/counters/collision_detection_counters.rs @@ -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(); -- cgit