From ac9eed6444c053b583ee40a9f85bd0e8e0971d4f Mon Sep 17 00:00:00 2001 From: Andre Nguyen Date: Thu, 17 Feb 2022 23:21:57 -0500 Subject: [PATCH] fix: typo --- tests/testExpressionFactor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testExpressionFactor.cpp b/tests/testExpressionFactor.cpp index 75425a0cd8..6d23144aab 100644 --- a/tests/testExpressionFactor.cpp +++ b/tests/testExpressionFactor.cpp @@ -231,7 +231,7 @@ TEST(ExpressionFactor, Shallow) { Pose3_ x_(1); Point3_ p_(2); - // Construct expression, concise evrsion + // Construct expression, concise version Point2_ expression = project(transformTo(x_, p_)); // Get and check keys and dims