Skip to content

Commit 166921b

Browse files
committed
fix typo in comments
1 parent 7b375e9 commit 166921b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/metricshandler/metrics_handler.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func New(opts *options.Options, kubeClient kubernetes.Interface, storeBuilder ks
7070
}
7171

7272
// BuildWriters builds the metrics writers, cancelling any previous context and passing a new one on every build.
73-
// Build can be used mutlitple times and concurrently.
73+
// Build can be used multiple times and concurrently.
7474
func (m *MetricsHandler) BuildWriters(ctx context.Context) {
7575
m.mtx.Lock()
7676
defer m.mtx.Unlock()
@@ -83,7 +83,7 @@ func (m *MetricsHandler) BuildWriters(ctx context.Context) {
8383
m.metricsWriters = m.storeBuilder.Build()
8484
}
8585

86-
// ConfigureSharding configures sharding. Configuration can be used mutlitple times and
86+
// ConfigureSharding configures sharding. Configuration can be used multiple times and
8787
// concurrently.
8888
func (m *MetricsHandler) ConfigureSharding(ctx context.Context, shard int32, totalShards int) {
8989
m.mtx.Lock()

0 commit comments

Comments
 (0)