From 18072d1eb9ca1c169fb72daf091fe78e2898c30a Mon Sep 17 00:00:00 2001 From: Amilcar Lucas Date: Tue, 11 Oct 2011 22:52:02 +0200 Subject: [PATCH] Spell --- ArduCopter/ArduCopter.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopter/ArduCopter.pde b/ArduCopter/ArduCopter.pde index 5ebae4b4d3..759e732671 100644 --- a/ArduCopter/ArduCopter.pde +++ b/ArduCopter/ArduCopter.pde @@ -1312,7 +1312,7 @@ static void update_nav_wp() loiter_sum += abs(loiter_delta); - // creat a virtual waypoint that circles the next_WP + // create a virtual waypoint that circles the next_WP // Count the degrees we have circulated the WP int circle_angle = wrap_360(target_bearing + 3000 + 18000) / 100;