Skip to content

Commit dee392b

Browse files
author
Josh
committed
spelling
Signed-off-by: Josh <[email protected]>
1 parent 85d65bd commit dee392b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smartctl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func NewSMARTctl(logger *slog.Logger, json gjson.Result, ch chan<- prometheus.Me
7272
var device_name string
7373
var device_interface string
7474
if strings.Contains(strings.ToLower(json.Get("device.info_name").String()), "cciss") {
75-
// Correct the "device name" to be what is exected in buildDeviceLabel
75+
// Correct the "device name" to be what is expected in buildDeviceLabel
7676
// For a CCISS device typically device.name is just /dev/sda
7777
// The info_name is reported as "/dev/sda [cciss_disk_NN] [SCSI]"
7878
tmp := json.Get("device.info_name").String()

0 commit comments

Comments
 (0)