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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-06-05 08:03:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-06-05 08:03:59 +0300
commit022f8b552d7c8efe39527ec49a593a706fa0c8fc (patch)
tree0109a65a61b78dd9a59be8209af2f06f03232f1f /intern
parent14508ef100c9c6c67300ac480b32c88c0e134f25 (diff)
Cleanup: spelling in comments
Also remove reference to function that never existed for adding `bNode`.
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_SystemWayland.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_SystemWayland.cpp b/intern/ghost/intern/GHOST_SystemWayland.cpp
index 1d2a349fdf1..83b9b2ba36b 100644
--- a/intern/ghost/intern/GHOST_SystemWayland.cpp
+++ b/intern/ghost/intern/GHOST_SystemWayland.cpp
@@ -1729,7 +1729,7 @@ GHOST_TSuccess GHOST_SystemWayland::setCursorShape(GHOST_TStandardCursor shape)
cursor_t *c = &input->cursor;
if (!c->theme) {
- /* The cursor surface hasn't entered an output yet. Initialise theme with scale 1. */
+ /* The cursor surface hasn't entered an output yet. Initialize theme with scale 1. */
c->theme = wl_cursor_theme_load(c->theme_name.c_str(), c->size, d->inputs[0]->system->shm());
}