AP_IRLock: correct spelling mili -> milli

This commit is contained in:
murata 2022-01-30 09:20:28 +09:00 committed by Randy Mackay
parent 3eb0fca212
commit 42264599f2
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ bool AP_IRLock_SITL_Gazebo::update()
reply packet sent from simulator to ArduPilot
*/
struct irlock_packet {
uint64_t timestamp; // in miliseconds
uint64_t timestamp; // in milliseconds
uint16_t num_targets;
float pos_x;
float pos_y;