From 97309578f7896f31560847827dd2760ba95aa951 Mon Sep 17 00:00:00 2001 From: Trent Ogren Date: Mon, 18 Nov 2013 09:50:42 -0600 Subject: Fix a typo in the `scala` man page --- src/manual/scala/man1/scala.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manual/scala/man1/scala.scala b/src/manual/scala/man1/scala.scala index dbd4ea55a2..f48b99bd5a 100644 --- a/src/manual/scala/man1/scala.scala +++ b/src/manual/scala/man1/scala.scala @@ -55,7 +55,7 @@ object scala extends Command { CmdOption("savecompiled"), "Save this compiled version of scripts in order to speed up " & "later executions of the same script. When running a script, " & - "save the compiled version of in a file with the same name as the " & + "save the compiled version in a file with the same name as the " & "script but with an extension of " & Mono(".jar") & ". On subsequent " & "runs of the same script, the pre-compiled " & Mono(".jar") & " file " & "will be used if it is newer than the script file."), -- cgit v1.2.3