Skip to content

Commit f3608c2

Browse files
committed
FIX typo
1 parent c902c33 commit f3608c2

File tree

1 file changed

+1
-1
lines changed
  • src/gh/components/DF_cloud_mesh_distance

1 file changed

+1
-1
lines changed

src/gh/components/DF_cloud_mesh_distance/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def RunScript(self,
5050
ghenv.Component.Message= f"Per Joint"
5151
rh_mesh_target_list = [joint.to_mesh(i_analysis_resolution) for joint in i_assembly._all_joints]
5252
else:
53-
ghenv.Component.AddRuntimeMessage(RML.Warning, "The input number of obejcts to compare matches neither the number of beams nor the number of joints")
53+
ghenv.Component.AddRuntimeMessage(RML.Warning, "The input number of objects to compare matches neither the number of beams nor the number of joints")
5454
return None, None, None, None, None, None
5555

5656
# conversion

0 commit comments

Comments
 (0)