summaryrefslogtreecommitdiffstats
path: root/scu_builders.py
diff options
context:
space:
mode:
Diffstat (limited to 'scu_builders.py')
-rw-r--r--scu_builders.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scu_builders.py b/scu_builders.py
index e0bfffc320..60a2177fde 100644
--- a/scu_builders.py
+++ b/scu_builders.py
@@ -268,7 +268,7 @@ def generate_scu_files(max_includes_per_scu):
# check we are running from the correct folder
if folder_not_found("core") or folder_not_found("platform") or folder_not_found("scene"):
- raise RuntimeError("scu_builders.py must be run from the godot folder.")
+ raise RuntimeError("scu_builders.py must be run from the redot folder.")
return
process_folder(["core"])