From 7375a691e232bb59033980dc09c7179bc16e377f Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sun, 5 May 2024 16:41:38 +0630 Subject: Fix some typos. (#620) --- src/control/character_controller.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/control') diff --git a/src/control/character_controller.rs b/src/control/character_controller.rs index ca088b2..cc12bd8 100644 --- a/src/control/character_controller.rs +++ b/src/control/character_controller.rs @@ -18,7 +18,7 @@ pub enum CharacterLength { /// for a shape with an height equal to 20.0 will result in a maximum step height /// of `0.1 * 20.0 = 2.0`. Relative(Real), - /// The length is specified as an aboslute value, independent from the character shape’s size. + /// The length is specified as an absolute value, independent from the character shape’s size. /// /// For example setting `CharacterAutostep::max_height` to `CharacterLength::Relative(0.1)` /// for a shape with an height equal to 20.0 will result in a maximum step height -- cgit