Skip to content

Commit

Permalink
priorites -> priorities (#5083)
Browse files Browse the repository at this point in the history
Signed-off-by: Takanori Ishibashi <[email protected]>
  • Loading branch information
11Takanori authored and mattklein123 committed Nov 19, 2018
1 parent 261c55e commit f9646c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ bool PreviousPrioritiesRetryPriority::adjustForAttemptedPriorities(
auto adjustedHealthAndSum = adjustedHealth();
// If there are no healthy priorities left, we reset the attempted priorities and recompute the
// adjusted health.
// This allows us to fall back to the unmodified priority load when we run out of priorites
// This allows us to fall back to the unmodified priority load when we run out of priorities
// instead of failing to route requests.
if (adjustedHealthAndSum.second == 0) {
for (size_t i = 0; i < excluded_priorities_.size(); ++i) {
Expand Down

0 comments on commit f9646c9

Please sign in to comment.