aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_operation.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-11-21 21:16:33 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-11-21 21:16:33 +0100
commit8394cacb65cf0b28d75d319f1979f6c2a3cfd7d1 (patch)
treeb512b68715d0357164a942de15e0258318391d46 /test/unit/test_operation.cpp
parente2cb5b21501159de7543ba985c6b183d7bc79331 (diff)
downloadPROJ-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.cpp2
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\"");