[Bf-blender-cvs] [f2110303441] geometry-nodes: Cleanup: Fix typo

Hans Goudey noreply at git.blender.org
Thu Nov 12 18:19:49 CET 2020


Commit: f211030344165283515f62622e951857a0b41104
Author: Hans Goudey
Date:   Thu Nov 12 12:19:44 2020 -0500
Branches: geometry-nodes
https://developer.blender.org/rBf211030344165283515f62622e951857a0b41104

Cleanup: Fix typo

===================================================================

M	source/blender/modifiers/intern/MOD_nodes.cc

===================================================================

diff --git a/source/blender/modifiers/intern/MOD_nodes.cc b/source/blender/modifiers/intern/MOD_nodes.cc
index 8e7a6e31d1b..d4e355e4d0f 100644
--- a/source/blender/modifiers/intern/MOD_nodes.cc
+++ b/source/blender/modifiers/intern/MOD_nodes.cc
@@ -768,7 +768,7 @@ static GeometrySetPtr compute_geometry(const DerivedNodeTree &tree,
 
 /**
  * \note This could be done in #initialize_group_input, though that would require adding the
- * the object as a paramete, so it's likely better to this check as a separate step.
+ * the object as a parameter, so it's likely better to this check as a separate step.
  */
 static void check_property_socket_sync(const Object *ob, ModifierData *md)
 {



More information about the Bf-blender-cvs mailing list