Skip to content

Commit 633ce72

Browse files
authored
Fix typo in Joint.hh (#2310)
Signed-off-by: Alessandro Croci <57228872+xela-95@users.noreply.github.com>
1 parent ab458ba commit 633ce72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/gz/sim/Joint.hh

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ namespace gz
168168
/// only forces are applied
169169
/// \param[in] _ecm Entity Component manager.
170170
/// \param[in] _forces Joint force or torque commands (target forces
171-
/// or toruqes). The vector of forces should have the same size as the
171+
/// or torques). The vector of forces should have the same size as the
172172
/// degrees of freedom of the joint.
173173
public: void SetForce(EntityComponentManager &_ecm,
174174
const std::vector<double> &_forces);

0 commit comments

Comments
 (0)