Merge pull request #13417 from luzpaz/typo-source-core-common

Core/Common: Fix typos
This commit is contained in:
OatmealDome 2025-03-16 14:53:02 -04:00 committed by GitHub
commit 07cec796f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 12 additions and 12 deletions

View file

@ -2404,7 +2404,7 @@ static void InitExtensionList(GLContext* context)
case 100:
break;
}
// So we can easily determine if we are running dekstop GL
// So we can easily determine if we are running desktop GL
s_extension_list["VERSION_GL"] = true;
}