Skip to content

Commit c940ad1

Browse files
committed
header typo fix
1 parent 37fcd61 commit c940ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Maxbotix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ String Maxbotix::GetHeader()
242242
*
243243
*/
244244
if (nPings == 1){
245-
return "Distace [mm], ";
245+
return "Distance [mm], ";
246246
}
247247
else if (nPings == 0){
248248
return "MAXBOTIX ERROR: SET NPINGS > 0.";

0 commit comments

Comments
 (0)