FIX typos
This commit is contained in:
parent
847a905d84
commit
fb33611f33
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue