From d2a1d28c55ffb199d9a6e3f1790471c99fa19c78 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Wed, 25 Dec 2024 17:50:14 +0100 Subject: [PATCH] [consider merging] Fixed another typo in documentation --- src/db/db/gsiDeclDbPath.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/db/db/gsiDeclDbPath.cc b/src/db/db/gsiDeclDbPath.cc index b50465ce0..14589ea69 100644 --- a/src/db/db/gsiDeclDbPath.cc +++ b/src/db/db/gsiDeclDbPath.cc @@ -377,8 +377,8 @@ Class decl_Path ("db", "Path", "\n" "A path may have round ends for special purposes. In particular, a round-ended path with a single point " "can represent a circle. Round-ended paths should have begin and end extensions equal to half the width. " - "Non-round-ended paths with a single point are allowed but the definition " - "of the resulting shape in not well defined and may differ in other tools.\n" + "Non-round-ended paths with a single point are allowed, but the definition " + "of the resulting shape is not well defined and may differ in other tools.\n" "\n" "See @The Database API@ for more details about the " "database objects."