summaryrefslogtreecommitdiff
path: root/modules/bullet/godot_motion_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bullet/godot_motion_state.h')
-rw-r--r--modules/bullet/godot_motion_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bullet/godot_motion_state.h b/modules/bullet/godot_motion_state.h
index fe5d8418b7..fa58e86589 100644
--- a/modules/bullet/godot_motion_state.h
+++ b/modules/bullet/godot_motion_state.h
@@ -87,7 +87,7 @@ public:
public:
/// Use this function to move kinematic body
- /// -- or set initial transfom before body creation.
+ /// -- or set initial transform before body creation.
void moveBody(const btTransform &newWorldTransform) {
bodyKinematicWorldTransf = newWorldTransform;
}