AP_Baro: Fix typo

This commit is contained in:
José Roberto de Souza 2015-09-28 15:04:36 -03:00 committed by Andrew Tridgell
parent 9a98eb35fc
commit c53e9d1ff0

View File

@ -375,7 +375,7 @@ void AP_Baro::update(void)
}
/*
call accululate on all drivers
call accumulate on all drivers
*/
void AP_Baro::accumulate(void)
{