@@ -61,11 +61,11 @@ class ScalaSettings extends Settings.SettingGroup {
61
61
val Xprint = PhasesSetting (" -Xprint" , " Print out program after" )
62
62
val XprintTypes = BooleanSetting (" -Xprint-types" , " Print tree types (debugging option)." )
63
63
val XprintDiff = BooleanSetting (" -Xprint-diff" , " Print changed parts of the tree since last print." )
64
- val XprintDiffDel = BooleanSetting (" -Xprint-diff-del" , " Print chaged parts of the tree since last print including deleted parts." )
64
+ val XprintDiffDel = BooleanSetting (" -Xprint-diff-del" , " Print changed parts of the tree since last print including deleted parts." )
65
65
val Xprompt = BooleanSetting (" -Xprompt" , " Display a prompt after each error (debugging option)." )
66
66
val XmainClass = StringSetting (" -Xmain-class" , " path" , " Class for manifest's Main-Class entry (only useful with -d <jar>)" , " " )
67
67
val XnoValueClasses = BooleanSetting (" -Xno-value-classes" , " Do not use value classes. Helps debugging." )
68
- val XreplLineWidth = IntSetting (" -Xrepl-line-width" , " Maximial number of columns per line for REPL output" , 390 )
68
+ val XreplLineWidth = IntSetting (" -Xrepl-line-width" , " Maximal number of columns per line for REPL output" , 390 )
69
69
val XfatalWarnings = BooleanSetting (" -Xfatal-warnings" , " Fail the compilation if there are any warnings." )
70
70
val XverifySignatures = BooleanSetting (" -Xverify-signatures" , " Verify generic signatures in generated bytecode." )
71
71
@@ -95,7 +95,7 @@ class ScalaSettings extends Settings.SettingGroup {
95
95
val YstopAfter = PhasesSetting (" -Ystop-after" , " Stop after" ) withAbbreviation (" -stop" ) // backward compat
96
96
val YstopBefore = PhasesSetting (" -Ystop-before" , " Stop before" ) // stop before erasure as long as we have not debugged it fully
97
97
val YtraceContextCreation = BooleanSetting (" -Ytrace-context-creation" , " Store stack trace of context creations." )
98
- val YshowSuppressedErrors = BooleanSetting (" -Yshow-suppressed-errors" , " Also show follow-on errors and warnings that are normally supressed ." )
98
+ val YshowSuppressedErrors = BooleanSetting (" -Yshow-suppressed-errors" , " Also show follow-on errors and warnings that are normally suppressed ." )
99
99
val YdetailedStats = BooleanSetting (" -Ydetailed-stats" , " show detailed internal compiler stats (needs Stats.enabled to be set to true)." )
100
100
val Yheartbeat = BooleanSetting (" -Ydetailed-stats" , " show heartbeat stack trace of compiler operations (needs Stats.enabled to be set to true)." )
101
101
val YprintPos = BooleanSetting (" -Yprint-pos" , " show tree positions." )
0 commit comments