Skip to content

Commit

Permalink
Fix typo algorythm->algorithm in code and file names (#4520)
Browse files Browse the repository at this point in the history
  • Loading branch information
luzpaz authored Jun 10, 2022
1 parent 7ffd33c commit 7643662
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion tests/json_import_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7643662

Please sign in to comment.