summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert.plociniczak@epfl.ch>2011-01-18 10:44:46 +0000
committerHubert Plociniczak <hubert.plociniczak@epfl.ch>2011-01-18 10:44:46 +0000
commit10f637f1fcac9b226eca9a3f2a1b66b1a64a092e (patch)
treef24036be926364fcf0d2a4078a430236a6f939e6 /src
parentdb35ccb623cbe5ac78141b125257811d815946f3 (diff)
downloadscala-10f637f1fcac9b226eca9a3f2a1b66b1a64a092e.tar.gz
scala-10f637f1fcac9b226eca9a3f2a1b66b1a64a092e.tar.bz2
scala-10f637f1fcac9b226eca9a3f2a1b66b1a64a092e.zip
fixed typo. no review
Diffstat (limited to 'src')
-rw-r--r--src/compiler/scala/tools/nsc/settings/ScalaSettings.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/scala/tools/nsc/settings/ScalaSettings.scala b/src/compiler/scala/tools/nsc/settings/ScalaSettings.scala
index 44bd03d14f..643d74b251 100644
--- a/src/compiler/scala/tools/nsc/settings/ScalaSettings.scala
+++ b/src/compiler/scala/tools/nsc/settings/ScalaSettings.scala
@@ -156,8 +156,8 @@ trait ScalaSettings extends AbsScalaSettings with StandardScalaSettings {
val YpresentationVerbose = BooleanSetting("-Ypresentation-verbose", "Print information about presentation compiler tasks.")
val YpresentationDebug = BooleanSetting("-Ypresentation-debug", "Enable debugging output for the presentation compiler.")
- val YpresentationLog = StringSetting("-Ypresentation-log", "file", "Log presentation comnpiler events into file", "")
- val YpresentationReplay = StringSetting("-Ypresentation-replay", "file", "Replay presentation comnpiler events from file", "")
+ val YpresentationLog = StringSetting("-Ypresentation-log", "file", "Log presentation compiler events into file", "")
+ val YpresentationReplay = StringSetting("-Ypresentation-replay", "file", "Replay presentation compiler events from file", "")
/**
* "fsc-specific" settings.
*/