Skip to content

Commit

Permalink
Merge pull request #2205 from Nikhil-Ladha/fix-code-spell
Browse files Browse the repository at this point in the history
Fix typo in metrics code comment
  • Loading branch information
openshift-ci[bot] authored Oct 10, 2023
2 parents 9979f59 + 7511cdb commit 70fe874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/internal/collectors/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func enableCephBlocklistMirrorStore(opts *options.Options) {
go reflector.Run(opts.StopCh)
}

// RegisterPersistentVolumeAttributesCollector registers PV attribute colletor to registry
// RegisterPersistentVolumeAttributesCollector registers PV attribute collector to registry
func RegisterPersistentVolumeAttributesCollector(registry *prometheus.Registry, opts *options.Options) {
if !pvStoreEnabled {
enablePVStore(opts)
Expand Down

0 comments on commit 70fe874

Please sign in to comment.