Skip to content

Commit

Permalink
Update src/systems/thruster/Thruster.cc
Browse files Browse the repository at this point in the history
Signed-off-by: Marco A. Gutierrez <[email protected]>

Co-authored-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
marcoag and ahcorde authored Aug 17, 2022
1 parent 8e93dec commit 59ec256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/thruster/Thruster.cc
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class ignition::gazebo::systems::ThrusterPrivateData
/// thrust
public: double thrustCoefficient = 1;

/// \brief True if the thrust coefficient was set by conifguration.
/// \brief True if the thrust coefficient was set by configuration.
public: bool thrustCoefficientSet = false;

/// \brief Relative speed reduction between the water at the propeller vs
Expand Down

0 comments on commit 59ec256

Please sign in to comment.