From 54aca6064502f1bcf8009a91a2f03283a0f854c0 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Mon, 21 Dec 2020 21:19:22 +1100 Subject: [PATCH] docs: fix simple typo, requsted -> requested There is a small typo in src/bp.c. Should read `requested` rather than `requsted`. --- src/bp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bp.c b/src/bp.c index 0fa27321..78e5399e 100644 --- a/src/bp.c +++ b/src/bp.c @@ -1861,7 +1861,7 @@ pb_step_lift(void) if (d_t >= PB_CONN_LIFT_DURATION + STATE_TRANS_DELAY) { if (late_plan_requested) { /* - * The user requsted a late plan, so this is as + * The user requested a late plan, so this is as * far as we can go without segments. Also wait * for the camera to stop. */