aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_io.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-04-21 20:47:05 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-04-21 20:47:05 +0200
commit5142bfbf72f859832df3da691dc3e7488839b53c (patch)
tree5de71c5e5ec58f7b9e95f638f5a493975ec11ff8 /test/unit/test_io.cpp
parente493a5c17b2ebebb687b1758c0a10c418ffd49d3 (diff)
downloadPROJ-5142bfbf72f859832df3da691dc3e7488839b53c.tar.gz
PROJ-5142bfbf72f859832df3da691dc3e7488839b53c.zip
Typo fixes in code comments [ci skip]
Diffstat (limited to 'test/unit/test_io.cpp')
-rw-r--r--test/unit/test_io.cpp2
1 files changed, 1 insertions, 1 deletions
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<CompoundCRS>(obj);
ASSERT_TRUE(crs != nullptr);