diff --git a/public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetCommandLineFunctionTrait.scala b/public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetCommandLineFunctionTrait.scala
index 99a5667d78b7db7c1f9dceb296908ac6c61c7cda..312a89933a811e5513b126a0583bcb620603c969 100644
--- a/public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetCommandLineFunctionTrait.scala
+++ b/public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetCommandLineFunctionTrait.scala
@@ -48,8 +48,7 @@ trait BiopetCommandLineFunctionTrait extends CommandLineFunction with Configurab
   protected[core] def beforeCmd {}
 
   /**
-   * Can overr
-   * ide this method. This is executed after the script is done en queue starts to generate the graph
+   * Can override this method. This is executed after the script is done en queue starts to generate the graph
    */
   protected[core] def beforeGraph {}