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 """