From 2a83bebd7bc6c62bd3703cd05f86b740148f7b8c Mon Sep 17 00:00:00 2001 From: thecaptain789 Date: Mon, 9 Feb 2026 04:41:07 +0000 Subject: [PATCH] fix: correct typo 'recieved' to 'received' --- federatedscope/core/aggregators/median_aggregator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/federatedscope/core/aggregators/median_aggregator.py b/federatedscope/core/aggregators/median_aggregator.py index 76a09c271..7da255680 100644 --- a/federatedscope/core/aggregators/median_aggregator.py +++ b/federatedscope/core/aggregators/median_aggregator.py @@ -14,7 +14,7 @@ class MedianAggregator(ClientsAvgAggregator): [Yin et al., 2018] (http://proceedings.mlr.press/v80/yin18a/yin18a.pdf) - It computes the coordinate-wise median of recieved updates from clients + It computes the coordinate-wise median of received updates from clients The code is adapted from https://github.com/bladesteam/blades """