From fb33611f33b6a06f525fafb926835c5562d42de1 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Wed, 20 Jul 2022 01:45:22 -0400 Subject: [PATCH] FIX typos --- README.md | 2 +- src/modules/graphics.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd9234e..2c5c23e 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ save your disks from death). ## Graphics Displays nerdy stats pertaining to the nvidia card (clock speeds, utilization, -and temperature). In addition to having an nvidia card, also required +and temperature). In addition to having an nvidia card, also requires `nvidia-settings` to be installed. ## Memory diff --git a/src/modules/graphics.lua b/src/modules/graphics.lua index 1637311..8ac4716 100644 --- a/src/modules/graphics.lua +++ b/src/modules/graphics.lua @@ -165,7 +165,7 @@ return function(update_freq, config, common, width, point) y, width, TEXT_SPACING, - {'GPU Clock Speed', 'memory Clock Speed'} + {'GPU Clock Speed', 'Memory Clock Speed'} ) local update = function() if mod_state.error == false then