diff options
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); |
