Skip to content

Commit 91547ab

Browse files
Fix spelling error flagged by codespell
Signed-off-by: Gabriel Pacheco <[email protected]>
1 parent 5b88d09 commit 91547ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/link.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ TEST_F(LinkIntegrationTest, AxisAlignedBoxInLink)
863863
collision.SetRawPose(gz::math::Pose3d(0, 0, 0, 0, 0, 0));
864864
creator.SetParent(creator.CreateEntities(&collision), eLinkC);
865865

866-
// LinkC - Invalid mesh will be skiped with warning, bounding
866+
// LinkC - Invalid mesh will be skipped with warning, bounding
867867
// box will be defined for the valid mesh only
868868
linkC = gz::sim::Link(eLinkC);
869869
aabb = linkC.ComputeAxisAlignedBox(ecm);

0 commit comments

Comments
 (0)