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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-01-04 14:51:10 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-01-04 14:51:10 +0300
commit7bd31bdccefd7783dda93e5c86e55f91ea3ea50d (patch)
treec4927eb8e3f67e50ce2375381b1628197d084f4e /source/blender/gpu
parent7a10960947cd0cfe739fe677603ae6f69343b1fb (diff)
Cleanup: Spelling
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/intern/gpu_extensions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_extensions.c b/source/blender/gpu/intern/gpu_extensions.c
index 6bdc9c03297..9c00afbca9f 100644
--- a/source/blender/gpu/intern/gpu_extensions.c
+++ b/source/blender/gpu/intern/gpu_extensions.c
@@ -365,7 +365,7 @@ void gpu_extensions_init(void)
if (G.debug & G_DEBUG_GPU_FORCE_WORKAROUNDS) {
printf("\n");
printf("GPU: Bypassing workaround detection.\n");
- printf("GPU: OpenGL indentification strings\n");
+ printf("GPU: OpenGL identification strings\n");
printf("GPU: vendor: %s\n", vendor);
printf("GPU: renderer: %s\n", renderer);
printf("GPU: version: %s\n\n", version);