diff --git a/src/cui.cpp b/src/cui.cpp index 987c3a8..f974efa 100644 --- a/src/cui.cpp +++ b/src/cui.cpp @@ -351,7 +351,7 @@ void show_ncurses(Line *lines[], int nproc) { double sent_global = 0; double recv_global = 0; - getmaxyx(stdscr, rows, cols); /* find the boundaries of the screeen */ + getmaxyx(stdscr, rows, cols); /* find the boundaries of the screen */ if (cols < 62) { erase();