Cleanup: Fix typos in source/blender/depsgraph
A few typos in source/blender/depsgraph subdirectory. Found via codespell Pull Request: https://projects.blender.org/blender/blender/pulls/145973
This commit is contained in:
@@ -155,7 +155,7 @@ inline void flush_handle_component_node(IDNode *id_node,
|
||||
|
||||
/* Schedule children of the given operation node for traversal.
|
||||
*
|
||||
* One of the children will by-pass the queue and will be returned as a function
|
||||
* One of the children will bypass the queue and will be returned as a function
|
||||
* return value, so it can start being handled right away, without building too
|
||||
* much of a queue.
|
||||
*/
|
||||
|
||||
@@ -244,7 +244,7 @@ eDepsObjectComponentType nodeTypeToObjectComponent(NodeType type)
|
||||
BLI_assert_msg(0, "Visibility component is supposed to be only used internally.");
|
||||
return DEG_OB_COMP_PARAMETERS;
|
||||
}
|
||||
BLI_assert_msg(0, "Unhandled node type, not suppsed to happen.");
|
||||
BLI_assert_msg(0, "Unhandled node type, not supposed to happen.");
|
||||
return DEG_OB_COMP_PARAMETERS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user