From b7f8a012bfd11465af9f95c3d60101539a25219a Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 9 May 2020 18:48:10 +0200 Subject: scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spotted --- src/grids.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/grids.cpp') diff --git a/src/grids.cpp b/src/grids.cpp index 9dc1723e..067d3d45 100644 --- a/src/grids.cpp +++ b/src/grids.cpp @@ -1118,7 +1118,7 @@ insertIntoHierarchy(PJ_CONTEXT *ctx, std::unique_ptr &&grid, const auto &extent = grid->extentAndRes(); // If we have one or both of grid_name and parent_grid_name, try to use - // the names to recreate the hiearchy + // the names to recreate the hierarchy if (!gridName.empty()) { if (mapGrids.find(gridName) != mapGrids.end()) { pj_log(ctx, PJ_LOG_DEBUG_MAJOR, "Several grids called %s found!", -- cgit v1.2.3