From 67068c1ac3fbda190b68215e74ceaf6b3ce8cc00 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 19 Dec 2020 15:45:22 +1100 Subject: docs: fix simple typo, mulitple -> multiple There is a small typo in src/wins.c. Should read `multiple` rather than `mulitple`. Signed-off-by: Lukas Fleischer --- src/wins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wins.c b/src/wins.c index 5f4c0ba..bc7e05b 100644 --- a/src/wins.c +++ b/src/wins.c @@ -63,7 +63,7 @@ static int layout; /* * The screen_mutex mutex and wins_refresh(), wins_wrefresh(), wins_doupdate() * functions are used to prevent concurrent updates of the screen. - * It was observed that the display could get screwed up when mulitple threads + * It was observed that the display could get screwed up when multiple threads * tried to refresh the screen at the same time. * * Note (2010-03-21): -- cgit v1.2.3-54-g00ecf