From dbb17a9d27b192b3473bbb6c7cb833f95b98fe51 Mon Sep 17 00:00:00 2001 From: Pierre Baillargeon Date: Mon, 19 Feb 2024 09:36:12 -0500 Subject: [PATCH] EMSUSD=998 fix typo in comment --- lib/mayaUsd/ufe/UsdSetXformOpUndoableCommandBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mayaUsd/ufe/UsdSetXformOpUndoableCommandBase.h b/lib/mayaUsd/ufe/UsdSetXformOpUndoableCommandBase.h index bb4557b5a7..97c71fae62 100644 --- a/lib/mayaUsd/ufe/UsdSetXformOpUndoableCommandBase.h +++ b/lib/mayaUsd/ufe/UsdSetXformOpUndoableCommandBase.h @@ -53,7 +53,7 @@ namespace ufe { // // Those things are what the prepare-op/recreate-op/remove-op functions are // aimed to support. Also, we must only capture the initial value the first -// time thevalue is modified, to support both the inital undo/set-value and +// time the value is modified, to support both the inital undo/set-value and // avoid losing the initial value on repeat set-value. class UsdSetXformOpUndoableCommandBase : public Ufe::SetVector3dUndoableCommand {