diff options
| author | verdant <im@verdant.ee> | 2026-07-23 18:47:38 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-07-23 18:47:38 +0800 |
| commit | 57724a695f3b04624c12c9350dc7d44019ab44dc (patch) | |
| tree | e5a67e7844a35a128d5bbd9413ed1bae8219098f /main.c | |
| parent | fff9d07128b0a85f0eed3455d94ff01a8d74252a (diff) | |
| download | sf-57724a695f3b04624c12c9350dc7d44019ab44dc.tar.gz sf-57724a695f3b04624c12c9350dc7d44019ab44dc.zip | |
Fix a typo
handing -> handling
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ int main(int argc, char **argv) int sw_y, sw_x; while (1) { ch = getch(); - handing_keys(ch, t, f); + handling_keys(ch, t, f); stat_get_meminfo(s); stat_get_diskinfo(s); stat_get_cpuinfo(s); |
