From 91c9e610ebad6b23153b6e3d9c4bb8b0363ee7f7 Mon Sep 17 00:00:00 2001 From: Pierre Baillargeon Date: Wed, 5 Jul 2023 16:51:36 -0400 Subject: [PATCH] EMSUSD-190 comment typo --- lib/mayaUsd/ufe/ProxyShapeHierarchy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mayaUsd/ufe/ProxyShapeHierarchy.cpp b/lib/mayaUsd/ufe/ProxyShapeHierarchy.cpp index ba23dc4874..3e352c58a4 100644 --- a/lib/mayaUsd/ufe/ProxyShapeHierarchy.cpp +++ b/lib/mayaUsd/ufe/ProxyShapeHierarchy.cpp @@ -338,7 +338,7 @@ Ufe::SceneItem::Ptr ProxyShapeHierarchy::defaultParent() const // so we return that. // // It used to return the USD virtual root prim, but that caused problem since - // the UFE path pointed to a Maya node (the proxy shape) and teh default parent + // the UFE path pointed to a Maya node (the proxy shape) and the default parent // was a USD object, leading to a contradiction. In particular, it became // impossible to create a UFE Hiearchy interface from that default parent: its // path indicated it was in the Maya run-time, yet its scene item claimed to