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>
This commit is contained in:
parent
1efe24105e
commit
67068c1ac3
@ -63,7 +63,7 @@ static int layout;
|
|||||||
/*
|
/*
|
||||||
* The screen_mutex mutex and wins_refresh(), wins_wrefresh(), wins_doupdate()
|
* The screen_mutex mutex and wins_refresh(), wins_wrefresh(), wins_doupdate()
|
||||||
* functions are used to prevent concurrent updates of the screen.
|
* 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.
|
* tried to refresh the screen at the same time.
|
||||||
*
|
*
|
||||||
* Note (2010-03-21):
|
* Note (2010-03-21):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user