diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/SingleSectionPanel.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/SingleSectionPanel.java
index 2ee93dbd7da249e9651f42c09d7b2b91c8f30639..72c66284d7e03f95a58dc319152996b89c9d359e 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/SingleSectionPanel.java
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/SingleSectionPanel.java
@@ -44,7 +44,7 @@ abstract public class SingleSectionPanel extends ContentPanel
     /**
      * Whether additional components created for this section (e.g. browsers) should be
      * automatically disposed when the section is detached from its container. For sections that can
-     * temporarily removed from container as in {@link SectionsPanel} it should be turned off and
+     * be temporarily removed from container as in {@link SectionsPanel} it should be turned off and
      * the container should dispose section components manually.
      */
     private boolean autoDisposeComponents = true;