mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
Fix remaining typos in the codebase (and update CI checks)
This commit is contained in:
parent
00234696fe
commit
b3313cefc6
7 changed files with 12 additions and 12 deletions
|
@ -129,7 +129,7 @@ refresh_device_stats(struct private *m)
|
|||
|
||||
while ((read = getline(&line, &len, fp)) != -1) {
|
||||
/*
|
||||
* For an explanation of the fields bellow, see
|
||||
* For an explanation of the fields below, see
|
||||
* https://www.kernel.org/doc/Documentation/ABI/testing/procfs-diskstats
|
||||
*/
|
||||
uint8_t major_number = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue