Skip to content

Commit 32cee5d

Browse files
committed
fix typo
1 parent 4dec165 commit 32cee5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/monitoring/balance/generic_balance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ type genericBalanceMonitor struct {
8585
// Updates the balance metric
8686
updateFn func(ctx context.Context, acc string, balance float64) // overridable for testing
8787

88-
// Cached instance, intermitently reset to nil.
88+
// Cached instance, intermittently reset to nil.
8989
reader GenericBalanceClient
9090

9191
stop services.StopChan

0 commit comments

Comments
 (0)