From ef1652490f1eea1765f2473209b0a0b960fd0b44 Mon Sep 17 00:00:00 2001 From: "bre..ns" Date: Wed, 11 Jan 2012 05:12:01 +0000 Subject: [PATCH] fixed some spelling mistakes, thanks @glaucomardano git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9018 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- .../src/jbullet/com/jme3/bullet/objects/PhysicsRigidBody.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/jbullet/com/jme3/bullet/objects/PhysicsRigidBody.java b/engine/src/jbullet/com/jme3/bullet/objects/PhysicsRigidBody.java index 4e034b908..d0aea98d8 100644 --- a/engine/src/jbullet/com/jme3/bullet/objects/PhysicsRigidBody.java +++ b/engine/src/jbullet/com/jme3/bullet/objects/PhysicsRigidBody.java @@ -262,7 +262,7 @@ public class PhysicsRigidBody extends PhysicsCollisionObject { /** * Sets the node to kinematic mode. in this mode the node is not affected by physics - * but affects other physics objects. Iits kinetic force is calculated by the amount + * but affects other physics objects. Its kinetic force is calculated by the amount * of movement it is exposed to and its weight. * @param kinematic */