From d277922ecd162fec85af8bf04227927ce3f6392b Mon Sep 17 00:00:00 2001
From: Jeongseok Lee <jslee02@gmail.com>
Date: Mon, 6 Apr 2015 16:19:43 -0400
Subject: [PATCH] Fix typo: uncommnet --> uncomment

---
 test/test_fcl_geometric_shapes.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/test_fcl_geometric_shapes.cpp b/test/test_fcl_geometric_shapes.cpp
index 25d9bc6d..364f767c 100644
--- a/test/test_fcl_geometric_shapes.cpp
+++ b/test/test_fcl_geometric_shapes.cpp
@@ -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);
@@ -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);
-- 
GitLab