summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Iry <jamesiry@gmail.com>2013-11-18 10:19:37 -0800
committerJames Iry <jamesiry@gmail.com>2013-11-18 10:19:37 -0800
commitc243435f113615b2f7407fbd683c93ec16c73749 (patch)
treedb6934e83333361f9226f8cda98821c58f752a00
parente6bac4cb8398562e28cc03303cf5ee425f966910 (diff)
parent97309578f7896f31560847827dd2760ba95aa951 (diff)
downloadscala-c243435f113615b2f7407fbd683c93ec16c73749.tar.gz
scala-c243435f113615b2f7407fbd683c93ec16c73749.tar.bz2
scala-c243435f113615b2f7407fbd683c93ec16c73749.zip
Merge pull request #3153 from misfo/patch-1v2.11.0-M7
Fix a typo in the `scala` man page
-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."),