From 22c43c5523ac16101bdd016c8eab1a595e86d8b4 Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Wed, 12 Oct 2022 23:37:50 +0000 Subject: [PATCH] Fix typo --- src/cui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();