aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2020-12-19 15:45:22 +1100
committerLukas Fleischer <lfleischer@calcurse.org>2020-12-19 13:49:31 -0500
commit67068c1ac3fbda190b68215e74ceaf6b3ce8cc00 (patch)
treebfc99b8946b20b7858e7b3d43d7a5ee1b17a9e50 /src
parent1efe24105e1a516d4b16fa44eca821d914a9c387 (diff)
downloadcalcurse-67068c1ac3fbda190b68215e74ceaf6b3ce8cc00.tar.gz
calcurse-67068c1ac3fbda190b68215e74ceaf6b3ce8cc00.zip
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 <lfleischer@calcurse.org>
Diffstat (limited to 'src')
-rw-r--r--src/wins.c2
1 files changed, 1 insertions, 1 deletions
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):