Cleanup: Spelling

This commit is contained in:
Sergey Sharybin 2019-01-04 12:51:10 +01:00
parent 7a10960947
commit 7bd31bdcce
1 changed files with 1 additions and 1 deletions

View File

@ -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);