From 52e010ea0c8be20c31650d0662febba754ae8411 Mon Sep 17 00:00:00 2001 From: debloip Date: Wed, 17 Jul 2024 17:02:01 -0400 Subject: [PATCH] HYDRA-1057 : Fix typo --- .../sceneIndex/fvpWireframeSelectionHighlightSceneIndex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/flowViewport/sceneIndex/fvpWireframeSelectionHighlightSceneIndex.cpp b/lib/flowViewport/sceneIndex/fvpWireframeSelectionHighlightSceneIndex.cpp index 9ee2aee1d8..28c4b31afe 100644 --- a/lib/flowViewport/sceneIndex/fvpWireframeSelectionHighlightSceneIndex.cpp +++ b/lib/flowViewport/sceneIndex/fvpWireframeSelectionHighlightSceneIndex.cpp @@ -623,7 +623,7 @@ WireframeSelectionHighlightSceneIndex::_TrimMeshForSelectedGeomSubsets(const HdC } } if (faceIndicesToKeep.empty()) { - // If there no selected geomSubsets, don't trim the mesh. + // If there are no selected geomSubsets, don't trim the mesh. return originalDataSource; }