From d88d4fe0ba5f8be227258b8a1a48a5f76d4d3917 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Mon, 16 Sep 2024 13:02:47 +0000 Subject: [PATCH] [#1481] Fixed typo in a comment --- .../utilization-stats-chart.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/src/app/utilization-stats-chart/utilization-stats-chart.component.ts b/webui/src/app/utilization-stats-chart/utilization-stats-chart.component.ts index f5da26970..39837924f 100644 --- a/webui/src/app/utilization-stats-chart/utilization-stats-chart.component.ts +++ b/webui/src/app/utilization-stats-chart/utilization-stats-chart.component.ts @@ -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.