Skip to content

Commit

Permalink
plugins/remote-actions-extra: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosousadias committed Nov 7, 2023
1 parent 00564aa commit c4dbbda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ enum ActionTypeEnum {
add("Decelerate");
add("Stop");
add("Heading"); add("turning"); add("yaw"); add("rotate");
add("Trust"); add("surge"); add("forward"); add("throrrle");
add("Trust"); add("surge"); add("forward"); add("throttle");
add("Lateral"); add("sway"); add("sideways");
add("Vertical"); add("heave"); add("up"); add("ascend"); add("verticalrate"); add("depth"); add("z");
add("Roll"); add("bank");
Expand Down

0 comments on commit c4dbbda

Please sign in to comment.