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:
authorCampbell Barton <campbell@blender.org>2022-08-16 03:37:34 +0300
committerCampbell Barton <campbell@blender.org>2022-08-16 03:38:26 +0300
commit9d9c05a10106ea08cf5082633a5dd0a007d860ba (patch)
treeafe19a289ff052a3f51bc0369d64e62a54f4c2a9 /intern/ghost
parentc4eb70e54390083a8f2d98fa1eeed68eaeafa5ff (diff)
Cleanup: spelling in comments
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_ISystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_ISystem.cpp b/intern/ghost/intern/GHOST_ISystem.cpp
index 03bdcd2fc82..13eccf661f5 100644
--- a/intern/ghost/intern/GHOST_ISystem.cpp
+++ b/intern/ghost/intern/GHOST_ISystem.cpp
@@ -114,7 +114,7 @@ GHOST_TSuccess GHOST_ISystem::createSystemBackground()
GHOST_TSuccess success;
if (!m_system) {
#if !defined(WITH_HEADLESS)
- /* Try to create a offscreen render surface with the graphical systems. */
+ /* Try to create a off-screen render surface with the graphical systems. */
success = createSystem();
if (success) {
return success;