Skip to content

Commit ce2f777

Browse files
committed
Fix typo in comment
1 parent 8f11f4a commit ce2f777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/program.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ namespace ts {
965965
// The `newSourceFile` object was created for the new program.
966966

967967
if (!arrayIsEqualTo(oldSourceFile.libReferenceDirectives, newSourceFile.libReferenceDirectives, fileReferenceIsEqualTo)) {
968-
// 'lib' references has changed. Matches behavior in chagnesAffectModuleResolution
968+
// 'lib' references has changed. Matches behavior in changesAffectModuleResolution
969969
return oldProgram.structureIsReused = StructureIsReused.Not;
970970
}
971971

0 commit comments

Comments
 (0)