summaryrefslogtreecommitdiff
path: root/src/manual/scala/man1
diff options
context:
space:
mode:
authorTrent Ogren <tedwardo2@gmail.com>2013-11-18 09:50:42 -0600
committerTrent Ogren <tedwardo2@gmail.com>2013-11-18 09:50:42 -0600
commit97309578f7896f31560847827dd2760ba95aa951 (patch)
tree36a9944f048a13e1529a01caa2c472f417bc7b40 /src/manual/scala/man1
parent6e7aaf3602a86bd6786bbfebcd729e96b26e5864 (diff)
downloadscala-97309578f7896f31560847827dd2760ba95aa951.tar.gz
scala-97309578f7896f31560847827dd2760ba95aa951.tar.bz2
scala-97309578f7896f31560847827dd2760ba95aa951.zip
Fix a typo in the `scala` man page
Diffstat (limited to 'src/manual/scala/man1')
-rw-r--r--src/manual/scala/man1/scala.scala2
1 files changed, 1 insertions, 1 deletions
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."),