Skip to content

Commit

Permalink
Merge pull request #1111 from andre-nguyen/fix/typo
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal authored Feb 18, 2022
2 parents 55ad184 + ac9eed6 commit 6275f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testExpressionFactor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6275f6c

Please sign in to comment.