Skip to content

Commit

Permalink
Fix typo: uncommnet --> uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Apr 6, 2015
1 parent 4b724b6 commit d277922
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test_fcl_geometric_shapes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2808,8 +2808,8 @@ BOOST_AUTO_TEST_CASE(reversibleShapeIntersection_allshapes)
FCL_REAL distance = 5.0;

// If new shape intersection algorithm is added for two distinct primitive
// shapes, uncommnet associated lines. For example, box-sphere intersection
// algorithm is added, then uncommnet box-sphere.
// shapes, uncomment associated lines. For example, box-sphere intersection
// algorithm is added, then uncomment box-sphere.

// testReversibleShapeIntersection(box, sphere, distance);
// testReversibleShapeIntersection(box, capsule, distance);
Expand Down Expand Up @@ -2895,8 +2895,8 @@ BOOST_AUTO_TEST_CASE(reversibleShapeDistance_allshapes)
FCL_REAL distance = 15.0;

// If new shape distance algorithm is added for two distinct primitive
// shapes, uncommnet associated lines. For example, box-sphere intersection
// algorithm is added, then uncommnet box-sphere.
// shapes, uncomment associated lines. For example, box-sphere intersection
// algorithm is added, then uncomment box-sphere.

// testReversibleShapeDistance(box, sphere, distance);
// testReversibleShapeDistance(box, capsule, distance);
Expand Down

0 comments on commit d277922

Please sign in to comment.