From 0cee1aa0f87cfc327e5e3e6ba9e694f80bc69f49 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 11 Jul 2021 20:56:05 -0400 Subject: [PATCH] FIX typo --- drawing/Graphics.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drawing/Graphics.lua b/drawing/Graphics.lua index 0fbccbc..c659be8 100644 --- a/drawing/Graphics.lua +++ b/drawing/Graphics.lua @@ -132,7 +132,7 @@ local NV_REGEX = '(%d+)\n'.. local NA = 'N/A' 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, 2, NA)