FIX typo
This commit is contained in:
parent
a3dad5997e
commit
0cee1aa0f8
|
@ -132,7 +132,7 @@ local NV_REGEX = '(%d+)\n'..
|
||||||
local NA = 'N/A'
|
local NA = 'N/A'
|
||||||
|
|
||||||
local nvidia_off = function(cr)
|
local nvidia_off = function(cr)
|
||||||
Common.text_rows_crit_set(internal_temp, cr, NA)
|
Common.text_row_crit_set(internal_temp, cr, NA)
|
||||||
Common.text_rows_set.set(clock_speed, cr, 1, NA)
|
Common.text_rows_set.set(clock_speed, cr, 1, NA)
|
||||||
Common.text_rows_set.set(clock_speed, cr, 2, NA)
|
Common.text_rows_set.set(clock_speed, cr, 2, NA)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue