From 474d7ff1f3b4c3766e4da462c7d68e69667b6ea9 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 24 Feb 2025 21:33:51 +0900 Subject: [PATCH] [Misc] update scheduler.py Alway -> Always Signed-off-by: Ikko Eltociear Ashimine --- python/aibrix/aibrix/batch/scheduler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/aibrix/aibrix/batch/scheduler.py b/python/aibrix/aibrix/batch/scheduler.py index c639939b..a6a3517f 100644 --- a/python/aibrix/aibrix/batch/scheduler.py +++ b/python/aibrix/aibrix/batch/scheduler.py @@ -95,7 +95,7 @@ def update_job_pool_size(self, new_pool_size): self.grow_resource() def shrink_resource(self): - # Alway move jobs to front. + # Always move jobs to front. self.tighten_jobs() while ( @@ -113,7 +113,7 @@ def shrink_resource(self): ) def grow_resource(self): - # Alway move jobs to front. + # Always move jobs to front. self.tighten_jobs() # This does not influence the relative order of jobs with self._running_job_idx