Skip to content

Commit

Permalink
[#1481] Fixed typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
msiodelski committed Sep 16, 2024
1 parent b1f5fdc commit d88d4fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export class UtilizationStatsChartComponent {
} else {
// We're getting into an interesting scenario whereby the number of declined
// leases exceeds the number of assigned leases. This shouldn't happen but
// it somtimes does when client declines an expired or released (unassigned)
// it sometimes does when client declines an expired or released (unassigned)
// lease. In this case, we use "uncertain" metrics instead of "used" metrics
// in the chart. The uncertain addresses are those for which we're unable to
// tell whether they are allocated, declined or free.
Expand Down

0 comments on commit d88d4fe

Please sign in to comment.