Skip to content

Commit 7ef6216

Browse files
authored
Spelling fix (makes codespell happy) (#244)
No functional changes, just make codespell happy. Signed-off-by: Orsiris de Jong <[email protected]>
1 parent 4242258 commit 7ef6216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smartmon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def collect_ata_metrics(device):
377377

378378
# Some device models report "---" in the threshold value where most
379379
# devices would report "000". We do the substitution here because
380-
# downstream code expects values to be convertable to integer.
380+
# downstream code expects values to be convertible to integer.
381381
if entry['threshold'] == '---':
382382
entry['threshold'] = '0'
383383

0 commit comments

Comments
 (0)