Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <julian@blender.org>2021-03-11 15:01:27 +0300
committerJulian Eisel <julian@blender.org>2021-03-11 15:06:31 +0300
commit42c5303409928f5cbc069baf2866ca6330119cce (patch)
treee0b58a2cd28b2b2fdfcf7ffcd31a4fd92310fd92 /source/blender/windowmanager/intern/wm.c
parent5f1f233dc97de34f6be0f51edd3cbf2d8247fbda (diff)
Cleanup: Typos in comments (window-manager files)
Typos from a509e79a4c77. Looks like issues with an automated cleanup tool.
Diffstat (limited to 'source/blender/windowmanager/intern/wm.c')
-rw-r--r--source/blender/windowmanager/intern/wm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/windowmanager/intern/wm.c b/source/blender/windowmanager/intern/wm.c
index c5a429d7839..836bca98f65 100644
--- a/source/blender/windowmanager/intern/wm.c
+++ b/source/blender/windowmanager/intern/wm.c
@@ -642,10 +642,10 @@ void WM_main(bContext *C)
/* Per window, all events to the window, screen, area and region handlers. */
wm_event_do_handlers(C);
- /* Wvents have left notes about changes, we handle and cache it. */
+ /* Events have left notes about changes, we handle and cache it. */
wm_event_do_notifiers(C);
- /* Wxecute cached changes draw. */
+ /* Execute cached changes draw. */
wm_draw_update(C);
}
}