aboutsummaryrefslogtreecommitdiff
path: root/src/control
diff options
context:
space:
mode:
Diffstat (limited to 'src/control')
-rw-r--r--src/control/character_controller.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/character_controller.rs b/src/control/character_controller.rs
index ebed952..28ba475 100644
--- a/src/control/character_controller.rs
+++ b/src/control/character_controller.rs
@@ -133,7 +133,7 @@ impl Default for KinematicCharacterController {
pub struct EffectiveCharacterMovement {
/// The movement to apply.
pub translation: Vector<Real>,
- /// Is the character touching the ground after applying `EffictiveKineamticMovement::translation`?
+ /// Is the character touching the ground after applying `EffectiveKineamticMovement::translation`?
pub grounded: bool,
}