From 1c00a3ec17dde7564fa2e5b7e4b143236e4bd260 Mon Sep 17 00:00:00 2001 From: Pierre Baillargeon Date: Fri, 9 Sep 2022 16:25:47 -0400 Subject: [PATCH] MAYA-115170 fix type in comment --- test/lib/usd/translators/testUsdExportRoots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/usd/translators/testUsdExportRoots.py b/test/lib/usd/translators/testUsdExportRoots.py index 7684137716..4377e53ba2 100644 --- a/test/lib/usd/translators/testUsdExportRoots.py +++ b/test/lib/usd/translators/testUsdExportRoots.py @@ -308,7 +308,7 @@ def validator(stage): self.doExportImportTest(validator, shouldError=True, root='NoneExisting', selection='OtherTop') def testExportRootStripNamespace(self): - # Test that stipnamespace works with export roots when stripped node names would conflict + # Test that stripnamespace works with export roots when stripped node names would conflict # but only one was specified as root. cmds.file(new=True, force=True)