Skip to content

Commit ee01069

Browse files
committed
fix spelling
1 parent 1845975 commit ee01069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fsharp/CompileOps.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3502,7 +3502,7 @@ type TcAssemblyResolutions(results : AssemblyResolution list, unresolved : Unres
35023502

35033503
static member Resolve (tcConfig:TcConfig,assemblyList:AssemblyReference list, knownUnresolved:UnresolvedAssemblyReference list) : TcAssemblyResolutions =
35043504
let resolved,unresolved =
3505-
if tcConfig.useSimpeResolution then
3505+
if tcConfig.useSimpleResolution then
35063506
let resolutions =
35073507
assemblyList
35083508
|> List.map (fun assemblyReference ->
@@ -4924,7 +4924,7 @@ module private ScriptPreprocessClosure =
49244924
| CodeContext.Compilation | CodeContext.Evaluation -> MSBuildResolver.CompileTimeLike
49254925
#endif
49264926
tcConfigB.framework <- false
4927-
tcConfigB.useMonoResolution <- useMonoResolution
4927+
tcConfigB.useSimpleResolution <- useSimpleResolution
49284928
// Indicates that there are some references not in BasicReferencesForScriptLoadClosure which should
49294929
// be added conditionally once the relevant version of mscorlib.dll has been detected.
49304930
tcConfigB.addVersionSpecificFrameworkReferences <- true

0 commit comments

Comments
 (0)