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 <ideasman42@gmail.com>2020-09-02 02:58:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-02 02:58:26 +0300
commit71aa3c864d20fb577c7c2aa94e756fcd88aaa795 (patch)
tree2c537fdd1accca7579fa0eff164b21e85e61e15f /source/blender/gpu/opengl/gl_debug.cc
parentba188e7218994c250c30040670fb96e70f91dc80 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/gpu/opengl/gl_debug.cc')
-rw-r--r--source/blender/gpu/opengl/gl_debug.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/gpu/opengl/gl_debug.cc b/source/blender/gpu/opengl/gl_debug.cc
index c1a3780bb51..fc4dc3db2b6 100644
--- a/source/blender/gpu/opengl/gl_debug.cc
+++ b/source/blender/gpu/opengl/gl_debug.cc
@@ -43,7 +43,7 @@ namespace blender::gpu::debug {
/** \name Debug Callbacks
*
* Hooks up debug callbacks to a debug OpenGL context using extensions or 4.3 core debug
- * capabiliities.
+ * capabilities.
* \{ */
/* Debug callbacks need the same calling convention as OpenGL functions. */
@@ -204,4 +204,4 @@ void check_gl_resources(const char *info)
/** \} */
-} // namespace blender::gpu::debug \ No newline at end of file
+} // namespace blender::gpu::debug