AP_Baro: fixed spelling in comment

This commit is contained in:
Tom Pittenger 2017-02-21 02:23:23 -08:00
parent ec0b073fbc
commit fb214ef95f
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ float AP_Baro::get_air_density_ratio(void)
}
}
// return current climb_rate estimeate relative to time that calibrate()
// return current climb_rate estimate relative to time that calibrate()
// was called. Returns climb rate in meters/s, positive means up
// note that this relies on read() being called regularly to get new data
float AP_Baro::get_climb_rate(void)