diff --git a/json_examples/Advanced/Genetic_algorythm_scripted_node.json b/json_examples/Advanced/Genetic_algorithm_scripted_node.json similarity index 100% rename from json_examples/Advanced/Genetic_algorythm_scripted_node.json rename to json_examples/Advanced/Genetic_algorithm_scripted_node.json diff --git a/json_examples/Advanced/Genetic_algorythm_simple.json b/json_examples/Advanced/Genetic_algorithm_simple.json similarity index 99% rename from json_examples/Advanced/Genetic_algorythm_simple.json rename to json_examples/Advanced/Genetic_algorithm_simple.json index 3f2e2ebbf1..6a54d096be 100644 --- a/json_examples/Advanced/Genetic_algorythm_simple.json +++ b/json_examples/Advanced/Genetic_algorithm_simple.json @@ -804,7 +804,7 @@ "properties": { "n_id": "-7232173939781669232", "show_text": false, - "text": "nikitron 2022 | Genetic Algorythm looking for optimal edges length in triangle (in current case). It can be replaced with many floats/integers and so on." + "text": "nikitron 2022 | Genetic Algorithm looking for optimal edges length in triangle (in current case). It can be replaced with many floats/integers and so on." }, "inputs": { "Text In": { diff --git a/tests/json_import_tests.py b/tests/json_import_tests.py index 3463a85d9c..d97f7486fe 100644 --- a/tests/json_import_tests.py +++ b/tests/json_import_tests.py @@ -56,7 +56,7 @@ def test_mesh_expr_import(self): "pointsONface_gather_lines.json", "Generative_Art_Lsystem.json", # "Genetic_algorithm.blend.json", # looks like script node is trying to update via import_from_json method - "Genetic_algorythm_scripted_node.json", + "Genetic_algorithm_scripted_node.json", "Elfnor_topology_nodes.json", "l-systems.json", "ABCnaming.json",