From bc16c4ad31fb9555cf6e2048b881913b7ca31096 Mon Sep 17 00:00:00 2001 From: Niko Savola Date: Wed, 26 May 2021 10:33:07 +0300 Subject: [PATCH] Fix missing 'to' typo from another cell this cell -> from another cell to this cell --- src/db/db/gsiDeclDbCell.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/db/db/gsiDeclDbCell.cc b/src/db/db/gsiDeclDbCell.cc index b05e9eb0f..a8b4aafc4 100644 --- a/src/db/db/gsiDeclDbCell.cc +++ b/src/db/db/gsiDeclDbCell.cc @@ -1626,7 +1626,7 @@ Class decl_Cell ("db", "Cell", "@brief Moves the shapes from the source to the target layer\n" "\n" "The destination layer is not overwritten. Instead, the shapes are added to the shapes of the destination layer.\n" - "This method will move shapes within the cell. To move shapes from another cell this cell, " + "This method will move shapes within the cell. To move shapes from another cell to this cell, " "use the copy method with the cell parameter.\n" "\n" "This method has been introduced in version 0.19.\n" @@ -1654,7 +1654,7 @@ Class decl_Cell ("db", "Cell", "\n" "The destination layer is not overwritten. Instead, the shapes are added to the shapes of the destination layer.\n" "If source are target layer are identical, this method does nothing.\n" - "This method will copy shapes within the cell. To copy shapes from another cell this cell, " + "This method will copy shapes within the cell. To copy shapes from another cell to this cell, " "use the copy method with the cell parameter.\n" "\n" "This method has been introduced in version 0.19.\n"