diff --git a/source/funkin/util/Constants.hx b/source/funkin/util/Constants.hx index 7ad7e501d..aa3f65aed 100644 --- a/source/funkin/util/Constants.hx +++ b/source/funkin/util/Constants.hx @@ -56,7 +56,7 @@ class Constants #end /** - * Wether or not the game is a debug build. + * Whether or not the game is a debug build. */ public static final DEBUG_BUILD:Bool = #if FEATURE_DEBUG_FUNCTIONS true #else false #end;