From d14a90c7531435514fd033f12790291722828aa7 Mon Sep 17 00:00:00 2001 From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch> Date: Mon, 18 May 2020 19:38:46 +0200 Subject: [PATCH] fix typo in docs --- GeoModelKernel/GeoModelKernel/GeoVPhysVol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeoModelKernel/GeoModelKernel/GeoVPhysVol.h b/GeoModelKernel/GeoModelKernel/GeoVPhysVol.h index 83d9cd7..b8f9089 100755 --- a/GeoModelKernel/GeoModelKernel/GeoVPhysVol.h +++ b/GeoModelKernel/GeoModelKernel/GeoVPhysVol.h @@ -71,7 +71,7 @@ class GeoVPhysVol : public GeoGraphNode /// When a node is added to a parent in the graph, the node is always notified. /// What happens at that time is up to the node. Most nodes do not need to do /// anything. Some--the alignable transforms in particular--need to take some - /// take some actions, such as adding the parent volume to a list. + /// actions, such as adding the parent volume to a list. virtual void dockTo(GeoVPhysVol* parent); /// Returns the id of the child. -- GitLab