From 5142bfbf72f859832df3da691dc3e7488839b53c Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 21 Apr 2020 20:47:05 +0200 Subject: Typo fixes in code comments [ci skip] --- test/unit/test_io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/test_io.cpp') diff --git a/test/unit/test_io.cpp b/test/unit/test_io.cpp index da26aa2d..54827046 100644 --- a/test/unit/test_io.cpp +++ b/test/unit/test_io.cpp @@ -9746,7 +9746,7 @@ TEST(io, createFromUserInput) { } { - // Aproximate match on each piece of the compound CRS + // Approximate match on each piece of the compound CRS auto obj = createFromUserInput("WGS84 + EGM96", dbContext); auto crs = nn_dynamic_pointer_cast(obj); ASSERT_TRUE(crs != nullptr); -- cgit v1.2.3