aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_io.cpp
diff options
context:
space:
mode:
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);