Skip to content

Commit 41a4ca8

Browse files
committed
Fixed typos in SDF Parser Test comments
Signed-off-by: lumberyard-employee-dm <[email protected]>
1 parent a18dda3 commit 41a4ca8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gems/ROS2/Code/Tests/SdfParserTest.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ namespace UnitTest
374374
// Verify the nested test SDF file has been created
375375
ASSERT_TRUE(nestedModelFullPath.has_value());
376376

377-
// Now grab the world sdf content and use the Parse command to parse the contens
377+
// Now grab the world sdf content and use the Parse command to parse the contents
378378
const auto xmlStr = sdfStack.m_stack.front();
379379

380380
sdf::ParserConfig sdfConfig;
@@ -397,10 +397,10 @@ namespace UnitTest
397397
const auto* sdfWorld = sdfRoot.WorldByIndex(0);
398398
ASSERT_NE(nullptr, sdfWorld);
399399

400-
// There should be model on the world that is the "top_model"
400+
// There should be only one model on the world that is the "top_model"
401401
EXPECT_EQ(1, sdfWorld->ModelCount());
402402

403-
// The nested model contain the name from within
403+
// The nested model contains the name from within
404404
const auto* topModel = sdfWorld->ModelByName("top_model");
405405
ASSERT_NE(nullptr, topModel);
406406

0 commit comments

Comments
 (0)