diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-03-06 18:38:38 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-03-06 18:38:38 +0100 |
| commit | 0d682c7372acceab2271ba64856fb8ecf52b9882 (patch) | |
| tree | 8c4e06b0c55d26f0206dda34653b7760e299a57d /test/unit | |
| parent | b34aa2fb81789631b8baf8d36a816cfb194f2909 (diff) | |
| download | PROJ-0d682c7372acceab2271ba64856fb8ecf52b9882.tar.gz PROJ-0d682c7372acceab2271ba64856fb8ecf52b9882.zip | |
Typo fixes identified by scripts/fix_typos.sh
Diffstat (limited to 'test/unit')
| -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 952b5441..8c329162 100644 --- a/test/unit/test_operation.cpp +++ b/test/unit/test_operation.cpp @@ -9881,7 +9881,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 " |
