From 4eb715d8ca8d04cf54c39861f6b2e192a1f21038 Mon Sep 17 00:00:00 2001 From: Peter van 't Hof <p.j.van_t_hof@lumc.nl> Date: Thu, 12 Feb 2015 18:09:52 +0100 Subject: [PATCH] Fix typo --- .../lumc/sasc/biopet/core/BiopetCommandLineFunctionTrait.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 99a5667d7..312a89933 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 {} -- GitLab