Skip to content

Commit

Permalink
#446: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ppebay committed Oct 13, 2023
1 parent e0178fe commit 574bdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lbaf/Execution/lbsInformAndTransferAlgorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def execute(self, p_id: int, phases: list, distributions: dict, statistics: dict
# Set phase to be used by transfer criterion
self.__transfer_criterion.set_phase(self._rebalanced_phase)

# Retrieve totat work from computed statistics
# Retrieve total work from computed statistics
total_work = statistics["total work"][-1]

# Perform requested number of load-balancing iterations
Expand Down

0 comments on commit 574bdc5

Please sign in to comment.