Skip to content

Commit

Permalink
docs: fix typo in docstring about tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vijay-jaisankar authored and behrisch committed Sep 4, 2023
1 parent 46f3acf commit 3e6ce7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/src/utils/geom/GeoConvHelperTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ TEST(GeoConvHelper, test_method_cartesian2geo) {
"+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs",
Position(), Boundary(), Boundary(), 1, false);

// Use the outputs of the `x2catesian` test hence making the combination of tests circular: geo -> cartesian -> geo
// Use the outputs of the `x2cartesian` test - hence making the combination of tests circular: geo -> cartesian -> geo
Position cartesian(400235.50494557252, 5809666.826070101);
gch.cartesian2geo(cartesian);

Expand Down

0 comments on commit 3e6ce7b

Please sign in to comment.