From 8394cacb65cf0b28d75d319f1979f6c2a3cfd7d1 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 21 Nov 2019 21:16:33 +0100 Subject: Fix typos in code comments --- test/unit/test_operation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/test_operation.cpp') 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(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\""); -- cgit v1.2.3