Skip to content

Commit

Permalink
header typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
awickert committed Mar 29, 2020
1 parent 37fcd61 commit c940ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Maxbotix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ String Maxbotix::GetHeader()
*
*/
if (nPings == 1){
return "Distace [mm], ";
return "Distance [mm], ";
}
else if (nPings == 0){
return "MAXBOTIX ERROR: SET NPINGS > 0.";
Expand Down

0 comments on commit c940ad1

Please sign in to comment.