FIX typos
This commit is contained in:
parent
847a905d84
commit
fb33611f33
|
@ -61,7 +61,7 @@ save your disks from death).
|
||||||
## Graphics
|
## Graphics
|
||||||
|
|
||||||
Displays nerdy stats pertaining to the nvidia card (clock speeds, utilization,
|
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.
|
`nvidia-settings` to be installed.
|
||||||
|
|
||||||
## Memory
|
## Memory
|
||||||
|
|
|
@ -165,7 +165,7 @@ return function(update_freq, config, common, width, point)
|
||||||
y,
|
y,
|
||||||
width,
|
width,
|
||||||
TEXT_SPACING,
|
TEXT_SPACING,
|
||||||
{'GPU Clock Speed', 'memory Clock Speed'}
|
{'GPU Clock Speed', 'Memory Clock Speed'}
|
||||||
)
|
)
|
||||||
local update = function()
|
local update = function()
|
||||||
if mod_state.error == false then
|
if mod_state.error == false then
|
||||||
|
|
Loading…
Reference in New Issue