diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-03-06 18:33:44 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-03-06 18:33:44 +0100 |
| commit | 5fff613d07c697040f67f97e40eddd995ec43958 (patch) | |
| tree | c854c55811466a608bd96b472d32bb6a62b3f2eb /test/unit/test_operation.cpp | |
| parent | 93da0bcaa0880b183b312e1ce7834c74357e5b0e (diff) | |
| download | PROJ-5fff613d07c697040f67f97e40eddd995ec43958.tar.gz PROJ-5fff613d07c697040f67f97e40eddd995ec43958.zip | |
Typo fixes identified by scripts/fix_typos.sh
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 " |
