diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/client/web/server/AbstractClientServiceTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/client/web/server/AbstractClientServiceTest.java
index a9d9514dbb0aa42f740d5b3de97d53ff7d0ca640..3b02fda512b2b9b7d09c527b8c9f7208f7c61bff 100644
--- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/client/web/server/AbstractClientServiceTest.java
+++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/client/web/server/AbstractClientServiceTest.java
@@ -107,7 +107,7 @@ public abstract class AbstractClientServiceTest extends AssertJUnit
     @AfterMethod
     public void tearDown()
     {
-        // To following line of code should also be called at the end of each test method.
+        // The following line of code should also be called at the end of each test method.
         // Otherwise one do not known which test failed.
         context.assertIsSatisfied();
     }