diff --git a/include/gz/sim/Joint.hh b/include/gz/sim/Joint.hh index 302da37fdd..9f2c6e0565 100644 --- a/include/gz/sim/Joint.hh +++ b/include/gz/sim/Joint.hh @@ -168,7 +168,7 @@ namespace gz /// only forces are applied /// \param[in] _ecm Entity Component manager. /// \param[in] _forces Joint force or torque commands (target forces - /// or toruqes). The vector of forces should have the same size as the + /// or torques). The vector of forces should have the same size as the /// degrees of freedom of the joint. public: void SetForce(EntityComponentManager &_ecm, const std::vector &_forces);