From 4916ee586aa86b93c92757545d8e3e40dce6dc95 Mon Sep 17 00:00:00 2001 From: Manuel Amador Date: Wed, 25 Sep 2024 16:34:27 +0200 Subject: [PATCH] Comment fix. --- rollout-dashboard/server/src/frontend_api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollout-dashboard/server/src/frontend_api.rs b/rollout-dashboard/server/src/frontend_api.rs index eadc4cf..1127eb7 100644 --- a/rollout-dashboard/server/src/frontend_api.rs +++ b/rollout-dashboard/server/src/frontend_api.rs @@ -890,7 +890,7 @@ impl RolloutApi { } if rollout_had_changed_tasks { - // We ump the cache entry's last update time, to only retrieve + // We bump the cache entry's last update time, to only retrieve // tasks from this point in time on during subsequent retrievals. // We only do this at the end, in case any code above returns // early, to force a full state recalculation if there was a