Everywhere: Fix a bunch of typos

This commit is contained in:
Linus Groh 2021-05-17 17:48:55 +01:00
commit 0aab774343
Notes: sideshowbarker 2024-07-18 17:56:38 +09:00
14 changed files with 21 additions and 21 deletions

View file

@ -28,7 +28,7 @@ constexpr BidirectionalClass get_char_bidi_class(u32 ch)
return char_bidi_class_lookup_table[ch];
}
// FIXME: These should be parsed from the official BidiMirroring.txt that specifies the mirroring character for each character (this function doesnt take into account a large amount of characters)
// FIXME: These should be parsed from the official BidiMirroring.txt that specifies the mirroring character for each character (this function doesn't take into account a large amount of characters)
constexpr u32 get_mirror_char(u32 ch)
{
if (ch == 0x28)