summaryrefslogtreecommitdiff
path: root/src/repl
diff options
context:
space:
mode:
authorDongjoon Hyun <dongjoon@apache.org>2016-03-14 10:32:49 -0700
committerDongjoon Hyun <dongjoon@apache.org>2016-03-15 16:20:43 -0700
commit910a18ed14dd81150f008e785f8773bf997eb1f6 (patch)
tree655ea6d2b42e00ccd866435ed01d9dd91407dca6 /src/repl
parent99a82be91cbb85239f70508f6695c6b21fd3558c (diff)
downloadscala-910a18ed14dd81150f008e785f8773bf997eb1f6.tar.gz
scala-910a18ed14dd81150f008e785f8773bf997eb1f6.tar.bz2
scala-910a18ed14dd81150f008e785f8773bf997eb1f6.zip
Fix some typos in `spec` documents and comments.
Diffstat (limited to 'src/repl')
-rw-r--r--src/repl/scala/tools/nsc/interpreter/PresentationCompilation.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repl/scala/tools/nsc/interpreter/PresentationCompilation.scala b/src/repl/scala/tools/nsc/interpreter/PresentationCompilation.scala
index 3a2177a4cb..c8cd201bf5 100644
--- a/src/repl/scala/tools/nsc/interpreter/PresentationCompilation.scala
+++ b/src/repl/scala/tools/nsc/interpreter/PresentationCompilation.scala
@@ -78,7 +78,7 @@ trait PresentationCompilation {
abstract class PresentationCompileResult {
val compiler: scala.tools.nsc.interactive.Global
def unit: compiler.RichCompilationUnit
- /** The length of synthetic code the precedes the user writtn code */
+ /** The length of synthetic code the precedes the user written code */
def preambleLength: Int
def cleanup(): Unit = {
compiler.askShutdown()