mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-22 04:37:13 +01:00
Fix spelling mistake.
This commit is contained in:
parent
79f244b1d3
commit
c116b487b0
@ -1127,7 +1127,7 @@ static const EnumElement g_AsciiEnum[] = {
|
|||||||
// ------------------------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------------------------
|
||||||
static const EnumElements g_EnumList[] = {
|
static const EnumElements g_EnumList[] = {
|
||||||
{_SC("SqMod"), g_SqMod},
|
{_SC("SqMod"), g_SqMod},
|
||||||
{_SC("SqArchitectre"), g_ArchitectureEnum},
|
{_SC("SqArchitecture"), g_ArchitectureEnum},
|
||||||
{_SC("SqPlatform"), g_PlatformEnum},
|
{_SC("SqPlatform"), g_PlatformEnum},
|
||||||
{_SC("SqEvent"), g_EventEnum},
|
{_SC("SqEvent"), g_EventEnum},
|
||||||
{_SC("SqCreate"), g_CreateEnum},
|
{_SC("SqCreate"), g_CreateEnum},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user