aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 82816a1..08bb210 100644
--- a/main.c
+++ b/main.c
@@ -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);