diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-21 21:16:33 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-11-21 21:16:33 +0100 |
| commit | 8394cacb65cf0b28d75d319f1979f6c2a3cfd7d1 (patch) | |
| tree | b512b68715d0357164a942de15e0258318391d46 /test/unit/test_operation.cpp | |
| parent | e2cb5b21501159de7543ba985c6b183d7bc79331 (diff) | |
| download | PROJ-8394cacb65cf0b28d75d319f1979f6c2a3cfd7d1.tar.gz PROJ-8394cacb65cf0b28d75d319f1979f6c2a3cfd7d1.zip | |
Fix typos in code comments
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 01ebf219..2bf46601 100644 --- a/test/unit/test_operation.cpp +++ b/test/unit/test_operation.cpp @@ -8276,7 +8276,7 @@ TEST(operation, createOperation_ossfuzz_18587) { auto src = nn_dynamic_pointer_cast<CRS>(objSrc); ASSERT_TRUE(src != nullptr); - // Extremly weird string ! We should likely reject it + // Extremely weird string ! We should likely reject it auto objDst = PROJStringParser().createFromPROJString( "type=crs proj=pipeline step proj=merc vunits=m nadgrids=@x " "proj=\"\nproj=pipeline step\n\""); |
