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

@@ -63,7 +63,7 @@ func (c *collector) Build() error {
)
c.Hostname = prometheus.NewDesc(
prometheus.BuildFQName(types.Namespace, Name, "hostname"),
"Labeled system hostname information as provided by ComputerSystem.DNSHostName and ComputerSystem.Domain",
"Labelled system hostname information as provided by ComputerSystem.DNSHostName and ComputerSystem.Domain",
[]string{
"hostname",
"domain",