summaryrefslogtreecommitdiff
path: root/src/interactive
diff options
context:
space:
mode:
authorJean-Remi Desjardins <jeanremi.desjardins@gmail.com>2013-07-05 12:51:26 -0700
committerJean-Remi Desjardins <jeanremi.desjardins@gmail.com>2013-07-05 12:51:26 -0700
commit1b4ffde8fd4ce448587c64b83412218c8f6e0a74 (patch)
treeec5f2d0e1d66eaacdbf13c0fb3084f5c9c9388ba /src/interactive
parente2c173673f4068babde8e927a5d951e260b2942d (diff)
downloadscala-1b4ffde8fd4ce448587c64b83412218c8f6e0a74.tar.gz
scala-1b4ffde8fd4ce448587c64b83412218c8f6e0a74.tar.bz2
scala-1b4ffde8fd4ce448587c64b83412218c8f6e0a74.zip
Fix typo in documentation
Diffstat (limited to 'src/interactive')
-rw-r--r--src/interactive/scala/tools/nsc/interactive/ScratchPadMaker.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interactive/scala/tools/nsc/interactive/ScratchPadMaker.scala b/src/interactive/scala/tools/nsc/interactive/ScratchPadMaker.scala
index ae70a74b60..2400b97d97 100644
--- a/src/interactive/scala/tools/nsc/interactive/ScratchPadMaker.scala
+++ b/src/interactive/scala/tools/nsc/interactive/ScratchPadMaker.scala
@@ -47,7 +47,7 @@ trait ScratchPadMaker { self: Global =>
toPrint.clear()
}
- /** The position where to insert an instrumentation statement in front of giuven statement.
+ /** The position where to insert an instrumentation statement in front of given statement.
* This is at the latest `stat.pos.start`. But in order not to mess with column numbers
* in position we try to insert it at the end of the previous token instead.
* Furthermore, `(' tokens have to be skipped because they do not show up