Skip to content

Commit da92e38

Browse files
fix typo
1 parent 46e0125 commit da92e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Common/PlatformAgnostic/Arrays.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace Arrays
3131
bool GetLocaleSeparator(char16* szSeparator, uint32* sepOutLength, uint32 sepBufferSize);
3232

3333
template <uint32 sepBufferSize>
34-
inline bool GetLocaleSeparator(char16(&szSepatator)[sepBufferSize], uint32 *sepOutLength)
34+
inline bool GetLocaleSeparator(char16(&szSeparator)[sepBufferSize], uint32 *sepOutLength)
3535
{
3636
return GetLocaleSeparator(szSeparator, sepOutLength, sepBufferSize);
3737
}

0 commit comments

Comments
 (0)