From e11c5da483541b3d13d4a560a29ba1e570332611 Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Thu, 1 Feb 2018 12:23:34 -0800 Subject: [PATCH] correct typographic errors in comments --- .../java/com/jme3/bullet/objects/PhysicsVehicle.java | 10 +++++----- .../java/com/jme3/bullet/objects/VehicleWheel.java | 4 ++-- .../java/com/jme3/bullet/objects/PhysicsVehicle.java | 10 +++++----- .../java/com/jme3/bullet/objects/VehicleWheel.java | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/jme3-bullet/src/main/java/com/jme3/bullet/objects/PhysicsVehicle.java b/jme3-bullet/src/main/java/com/jme3/bullet/objects/PhysicsVehicle.java index 63d90ef9f..d18fd0401 100644 --- a/jme3-bullet/src/main/java/com/jme3/bullet/objects/PhysicsVehicle.java +++ b/jme3-bullet/src/main/java/com/jme3/bullet/objects/PhysicsVehicle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 jMonkeyEngine + * Copyright (c) 2009-2018 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -283,8 +283,8 @@ public class PhysicsVehicle extends PhysicsRigidBody { } /** - * This vaue caps the maximum suspension force, raise this above the default 6000 if your suspension cannot - * handle the weight of your vehcile. + * This value caps the maximum suspension force, raise this above the default 6000 if your suspension cannot + * handle the weight of your vehicle. * @param maxSuspensionForce */ public void setMaxSuspensionForce(float maxSuspensionForce) { @@ -292,8 +292,8 @@ public class PhysicsVehicle extends PhysicsRigidBody { } /** - * This vaue caps the maximum suspension force, raise this above the default 6000 if your suspension cannot - * handle the weight of your vehcile. + * This value caps the maximum suspension force, raise this above the default 6000 if your suspension cannot + * handle the weight of your vehicle. * @param wheel * @param maxSuspensionForce */ diff --git a/jme3-bullet/src/main/java/com/jme3/bullet/objects/VehicleWheel.java b/jme3-bullet/src/main/java/com/jme3/bullet/objects/VehicleWheel.java index 1e86cc256..1c7820907 100644 --- a/jme3-bullet/src/main/java/com/jme3/bullet/objects/VehicleWheel.java +++ b/jme3-bullet/src/main/java/com/jme3/bullet/objects/VehicleWheel.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 jMonkeyEngine + * Copyright (c) 2009-2018 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -242,7 +242,7 @@ public class VehicleWheel implements Savable { /** * The maximum suspension force, raise this above the default 6000 if your suspension cannot - * handle the weight of your vehcile. + * handle the weight of your vehicle. * @param maxSuspensionTravelCm */ public void setMaxSuspensionForce(float maxSuspensionForce) { diff --git a/jme3-jbullet/src/main/java/com/jme3/bullet/objects/PhysicsVehicle.java b/jme3-jbullet/src/main/java/com/jme3/bullet/objects/PhysicsVehicle.java index 3d5463421..b21fa698c 100644 --- a/jme3-jbullet/src/main/java/com/jme3/bullet/objects/PhysicsVehicle.java +++ b/jme3-jbullet/src/main/java/com/jme3/bullet/objects/PhysicsVehicle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 jMonkeyEngine + * Copyright (c) 2009-2018 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -275,8 +275,8 @@ public class PhysicsVehicle extends PhysicsRigidBody { } /** - * This vaue caps the maximum suspension force, raise this above the default 6000 if your suspension cannot - * handle the weight of your vehcile. + * This value caps the maximum suspension force, raise this above the default 6000 if your suspension cannot + * handle the weight of your vehicle. * @param maxSuspensionForce */ public void setMaxSuspensionForce(float maxSuspensionForce) { @@ -284,8 +284,8 @@ public class PhysicsVehicle extends PhysicsRigidBody { } /** - * This vaue caps the maximum suspension force, raise this above the default 6000 if your suspension cannot - * handle the weight of your vehcile. + * This value caps the maximum suspension force, raise this above the default 6000 if your suspension cannot + * handle the weight of your vehicle. * @param wheel * @param maxSuspensionForce */ diff --git a/jme3-jbullet/src/main/java/com/jme3/bullet/objects/VehicleWheel.java b/jme3-jbullet/src/main/java/com/jme3/bullet/objects/VehicleWheel.java index efcb79ec7..789e0c682 100644 --- a/jme3-jbullet/src/main/java/com/jme3/bullet/objects/VehicleWheel.java +++ b/jme3-jbullet/src/main/java/com/jme3/bullet/objects/VehicleWheel.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 jMonkeyEngine + * Copyright (c) 2009-2018 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -237,7 +237,7 @@ public class VehicleWheel implements Savable { /** * The maximum suspension force, raise this above the default 6000 if your suspension cannot - * handle the weight of your vehcile. + * handle the weight of your vehicle. * @param maxSuspensionForce */ public void setMaxSuspensionForce(float maxSuspensionForce) {