From 7509e7a18c5c0cf9dab6d4415f310974ac6d85de Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Thu, 3 Aug 2023 00:01:44 +0200 Subject: [PATCH] Fixed a typo --- src/buddies/src/bd/bdWriterOptions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buddies/src/bd/bdWriterOptions.cc b/src/buddies/src/bd/bdWriterOptions.cc index 93c559a86..c8be61c03 100644 --- a/src/buddies/src/bd/bdWriterOptions.cc +++ b/src/buddies/src/bd/bdWriterOptions.cc @@ -105,7 +105,7 @@ GenericWriterOptions::add_options (tl::CommandLineOptions &cmd, const std::strin if (format.empty () || format == gds2_format_name || format == gds2text_format_name) { cmd << tl::arg (group + "#--keep-instances", &m_keep_instances, "Keeps instances of dropped cells", - "If given, instances of dropped cell's won't be removed. Hence, ghost cells are " + "If given, instances of dropped cells won't be removed. Hence, ghost cells are " "produced. The resulting layout may not be readable by consumers that require " "all instantiated cells to be present as actual cells.\n" "Dropped cells are those which are removed by a negative cell selection (see "