summaryrefslogtreecommitdiff
path: root/src/sims/dynamics/joints/ForceJoint.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/sims/dynamics/joints/ForceJoint.scala')
-rw-r--r--src/sims/dynamics/joints/ForceJoint.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sims/dynamics/joints/ForceJoint.scala b/src/sims/dynamics/joints/ForceJoint.scala
index 1eed850..2074ee4 100644
--- a/src/sims/dynamics/joints/ForceJoint.scala
+++ b/src/sims/dynamics/joints/ForceJoint.scala
@@ -9,6 +9,6 @@ package sims.dynamics.joints
/**A joint which can apply a force to its anchor bodies, thus adding or removing energy to the system.*/
trait ForceJoint {
- /**Applies a force on the achor bodies.*/
+ /**Applies a force on the anchor bodies.*/
def applyForce(): Unit
}