Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerroth committed Apr 5, 2024
1 parent b829303 commit 1c1f992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvflare/app_common/workflows/model_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def send_model(
f"Number of results ({len(self._results)}) is different from number of targets ({min_responses})."
)

# de-reference the internel results before returning
# de-reference the internal results before returning
results = self._results
self._results = []
return results
Expand Down

0 comments on commit 1c1f992

Please sign in to comment.