From 3b4dbf37a7e2d3856ee7a5895272e8315b613e90 Mon Sep 17 00:00:00 2001 From: Lilaa3 <87947656+Lilaa3@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:40:08 +0000 Subject: [PATCH] small spelling mistake --- fast64_internal/sm64/settings/properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast64_internal/sm64/settings/properties.py b/fast64_internal/sm64/settings/properties.py index 588b2c8c9..92a0fb748 100644 --- a/fast64_internal/sm64/settings/properties.py +++ b/fast64_internal/sm64/settings/properties.py @@ -70,7 +70,7 @@ class SM64_Properties(PropertyGroup): force_extended_ram: BoolProperty(name="Force Extended Ram", default=True) matstack_fix: BoolProperty( name="Matstack Fix", - description="Exports account for matsack fix requirements", + description="Exports account for matstack fix requirements", default=False, )