Skip to content

Commit

Permalink
Fix mispelled comment
Browse files Browse the repository at this point in the history
  • Loading branch information
herrBez committed Dec 13, 2024
1 parent 228e32b commit a8b74ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricbeat/module/windows/wmi/wmi.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func (m *MetricSet) Fetch(report mb.ReporterV2) error {
event.MetricSetFields.Put("query", query)
}

// Get only the required properites
// Get only the required properties
properties := queryConfig.Fields

// If the Fields array is empty we retrieve all fields
Expand Down

0 comments on commit a8b74ad

Please sign in to comment.