Skip to content

Commit

Permalink
tools: change a word(NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
muramura authored and rmackay9 committed Apr 10, 2024
1 parent 4ef66dc commit d4236a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/SITL/tools/Sailboat_VPP.m
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
plot_heading = 50;
plot_wind_speed = 5;

% convet from values to indexs
% convert from values to indexs
plot_heading = find(heading == plot_heading);
plot_wind_speed = find(wind_speed == plot_wind_speed);

Expand Down

0 comments on commit d4236a9

Please sign in to comment.