From 5fff613d07c697040f67f97e40eddd995ec43958 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 6 Mar 2020 18:33:44 +0100 Subject: Typo fixes identified by scripts/fix_typos.sh --- test/unit/test_operation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit') diff --git a/test/unit/test_operation.cpp b/test/unit/test_operation.cpp index 19b71cee..076686b4 100644 --- a/test/unit/test_operation.cpp +++ b/test/unit/test_operation.cpp @@ -9895,7 +9895,7 @@ TEST(operation, auto obj = WKTParser().createFromWKT(wkt); auto crs = nn_dynamic_pointer_cast(obj); ASSERT_TRUE(crs != nullptr); - // Test that even if the .gtx file is unkown, we export in the correct + // Test that even if the .gtx file is unknown, we export in the correct // direction EXPECT_EQ(crs->exportToPROJString(PROJStringFormatter::create().get()), "+proj=pipeline +step +inv +proj=vgridshift +grids=foo.gtx " -- cgit v1.2.3