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 <campbell@blender.org>2022-04-20 02:16:24 +0300
committerClément Foucault <foucault.clem@gmail.com>2022-04-21 12:09:05 +0300
commit8618a0f4b8e9d0c572334b31831d099cf822dbdd (patch)
tree7ce3c4c2c186351a8ee63628b6f9c245bb41d290 /intern
parent943294cab8ba15b54408bc8859495597fe7ecaae (diff)
Cleanup: spelling in comments
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_Wintab.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/ghost/intern/GHOST_Wintab.cpp b/intern/ghost/intern/GHOST_Wintab.cpp
index 8e246272958..974a07db9c3 100644
--- a/intern/ghost/intern/GHOST_Wintab.cpp
+++ b/intern/ghost/intern/GHOST_Wintab.cpp
@@ -619,6 +619,6 @@ void GHOST_Wintab::printContextDebugInfo()
axis_y.axMax - axis_y.axMin + 1);
}
- /* Other stuff while we have a logcontext. */
+ /* Other stuff while we have a log-context. */
printf("sysmode %d\n", lc.lcSysMode);
-} \ No newline at end of file
+}