Fix typo "Labelled"

Signed-off-by: Simon Legner <Simon.Legner@gmail.com>
This commit is contained in:
Simon Legner
2024-02-01 09:46:33 +01:00
parent 6eebfcce57
commit c4a4da07f8
5 changed files with 5 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ func (c *collector) GetPerfCounter() ([]string, error) {
func (c *collector) Build() error {
c.CpuInfo = prometheus.NewDesc(
prometheus.BuildFQName(types.Namespace, "", Name),
"Labeled CPU information as provided provided by Win32_Processor",
"Labelled CPU information as provided provided by Win32_Processor",
[]string{
"architecture",
"device_id",