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-02-11 23:47:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-11 23:49:40 +0300
commit35ddcb4041e0c98f9a77827e0b8b031c83cec253 (patch)
tree6773aa48d3f95cadcbf32235494a1c2792439ee6 /intern
parentb6d7aa9e137488a758be23e841983827c5230e14 (diff)
Cleanup: clang-format, spelling
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_SystemX11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_SystemX11.cpp b/intern/ghost/intern/GHOST_SystemX11.cpp
index 9152aa22495..53e52d40dec 100644
--- a/intern/ghost/intern/GHOST_SystemX11.cpp
+++ b/intern/ghost/intern/GHOST_SystemX11.cpp
@@ -1061,7 +1061,7 @@ void GHOST_SystemX11::processEvent(XEvent *xe)
* Note that:
* - This effectively 'lock' main number keys to always output number events
* (except when using alt-gr).
- * - This enforces users to use an ascii-compatible keymap with Blender -
+ * - This enforces users to use an ASCII-compatible keymap with Blender -
* but at least it gives predictable and consistent results.
*
* Also, note that nothing in XLib sources [1] makes it obvious why those two functions give