From e3c2bd6840f4f91ee75fb320ad3c69f25f1cf933 Mon Sep 17 00:00:00 2001 From: latent-9 <296084221+latent-9@users.noreply.github.com> Date: Mon, 10 Aug 2026 22:33:33 +1200 Subject: [PATCH] Fix 'recieved' typo in comment --- programs/drift/src/controller/orders.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/drift/src/controller/orders.rs b/programs/drift/src/controller/orders.rs index 7126c1d32e..06ddbfc1b6 100644 --- a/programs/drift/src/controller/orders.rs +++ b/programs/drift/src/controller/orders.rs @@ -4777,7 +4777,7 @@ fn fulfill_spot_order( context, )?; - // user hasnt recieved initial fuel or below global start time + // user hasnt received initial fuel or below global start time user_stats.update_fuel_bonus( user, taker_margin_calculation.fuel_deposits,