From ccf5314fdb539bf3fd86328bb26a63a444e287a0 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Thu, 29 Aug 2024 22:54:37 +0200 Subject: [PATCH] Typo fixed --- src/db/db/dbBinnedAreaCollector.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/db/dbBinnedAreaCollector.cc b/src/db/db/dbBinnedAreaCollector.cc index 96599ef1b..590ea72fb 100644 --- a/src/db/db/dbBinnedAreaCollector.cc +++ b/src/db/db/dbBinnedAreaCollector.cc @@ -104,7 +104,7 @@ gsi::ClassExt extend_region_by_binned_area ( "identical to the total area. A bin with an empty string mask will deliver the total area.\n" "\n" "Merge semantics always applies - i.e. all shapes inside the regions are conceptually " - "merged in 'positive wrap count' mode before computing the area. Hence overlapping shapes "" + "merged in 'positive wrap count' mode before computing the area. Hence overlapping shapes " "per input region just count once.\n" "\n" "Example:\n"