fixed typo. no review

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@24004 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
plocinic 2011-01-18 10:44:46 +00:00
parent 86f24ec8f7
commit b0ab97a8ee
1 changed files with 2 additions and 2 deletions

View File

@ -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.
*/