diff --git a/DDDetectors/src/GenericSurfaceInstaller.cpp b/DDDetectors/src/GenericSurfaceInstaller.cpp
index 94fc394beb276b2aa3edc63ef33c69da7e675a00..6a6333d9e8c39c4e147fa807acd7a9804a6a1266 100644
--- a/DDDetectors/src/GenericSurfaceInstaller.cpp
+++ b/DDDetectors/src/GenericSurfaceInstaller.cpp
@@ -31,7 +31,7 @@
  * 
  * All the arguments are conveniently initialized to zero by default, 
  * therefore only the non-zero components need to be provided. For example, to use this
- * plugin for the VertexEndcap detector, put this snipped in the relevant compact file:
+ * plugin for the VertexEndcap detector, put this snippet in the relevant compact file:
  * \verbatim 
 <plugins>
       <plugin name="DD4hep_GenericSurfaceInstallerPlugin">
@@ -51,6 +51,8 @@
  * a fitting box is built around the trapezoid which means dx1=dx2=dx1 and
  * dy1=dy2=dy. This is in principle fine, since we only access the thicknesses
  * (DY in the TrackerEncapSurfacePlugin example) which is supposed to be the same.
+ *
+ * For more information, please consult with GenericSurfaceInstaller.cpp
  * @}
  */