From 89b4397aa43a2a264544269441017cd247636169 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 28 Apr 2018 00:32:23 +0200 Subject: [PATCH] Fixed some doc typos. --- src/db/db/gsiDeclDbRecursiveShapeIterator.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/db/db/gsiDeclDbRecursiveShapeIterator.cc b/src/db/db/gsiDeclDbRecursiveShapeIterator.cc index 3b4e0eb4c..ebc238861 100644 --- a/src/db/db/gsiDeclDbRecursiveShapeIterator.cc +++ b/src/db/db/gsiDeclDbRecursiveShapeIterator.cc @@ -423,9 +423,9 @@ Class decl_RecursiveShapeIterator ("RecursiveShapeIt "which was providing this transformation before is deprecated." ) + gsi::method_ext ("dtrans", &gsi::si_dtrans, - "@brief Gets transformation into the initial cell applicable to floating point types\n" + "@brief Gets the transformation into the initial cell applicable for floating point types\n" "\n" - "This transformation corresponds to the one deliverd by \\trans, but is applicable to " + "This transformation corresponds to the one deliverd by \\trans, but is applicable for " "the floating-point shape types in micron unit space.\n" "\n" "This method has been introduced in version 0.25.3."