diff options
Diffstat (limited to 'test/unit/test_operation.cpp')
| -rw-r--r-- | test/unit/test_operation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_operation.cpp b/test/unit/test_operation.cpp index 19b71cee..076686b4 100644 --- a/test/unit/test_operation.cpp +++ b/test/unit/test_operation.cpp @@ -9895,7 +9895,7 @@ TEST(operation, auto obj = WKTParser().createFromWKT(wkt); auto crs = nn_dynamic_pointer_cast<Transformation>(obj); ASSERT_TRUE(crs != nullptr); - // Test that even if the .gtx file is unkown, we export in the correct + // Test that even if the .gtx file is unknown, we export in the correct // direction EXPECT_EQ(crs->exportToPROJString(PROJStringFormatter::create().get()), "+proj=pipeline +step +inv +proj=vgridshift +grids=foo.gtx " |
