From e6e868eacea0cc2e0e5dbb71e2af6e773e9fcde4 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Thu, 28 Nov 2024 18:22:57 +0100 Subject: [PATCH] Update SConstruct Co-authored-by: Hugo Locurcio --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 33e2db487020..99b6a6bb5d81 100644 --- a/SConstruct +++ b/SConstruct @@ -259,7 +259,7 @@ opts.Add(BoolVariable("disable_advanced_gui", "Disable advanced GUI nodes and be opts.Add("build_profile", "Path to a file containing a feature build profile", "") opts.Add(BoolVariable("modules_enabled_by_default", "If no, disable all modules except ones explicitly enabled", True)) opts.Add(BoolVariable("no_editor_splash", "Don't use the custom splash screen for the editor", True)) -opts.Add(BoolVariable("enable_engine_debugger", "Enable engine-specific debugging feauteres", True)) +opts.Add(BoolVariable("enable_engine_debugger", "Enable engine-specific debugging features", True)) opts.Add( "system_certs_path", "Use this path as TLS certificates default for editor and Linux/BSD export templates (for package maintainers)",