spelling: bizarre

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 12:51:53 -05:00
parent 2e05d7addb
commit 3dc43a4c1b

View file

@ -39,7 +39,7 @@ PRESERVE_SYMBOLS = [
'app_crashed', 'app_crashed',
] ]
# I have NO idea why we need to preserve `g_default_draw_implementation`, but we do. It's bizzare. # I have NO idea why we need to preserve `g_default_draw_implementation`, but we do. It's bizarre.
# We can at least obfuscate the name. # We can at least obfuscate the name.
OBFUSCATE_SYMBOLS = [ OBFUSCATE_SYMBOLS = [
'g_default_draw_implementation', 'g_default_draw_implementation',