fix spelling errors

This commit is contained in:
Matthew Aynalem
2018-10-16 22:35:34 -07:00
parent fa74cef81e
commit f30e8a284a
7 changed files with 16 additions and 16 deletions

View File

@@ -1935,7 +1935,7 @@ namespace ts {
function directoryOfCombinedPath(fileName: string, basePath: string) {
// Use the `getNormalizedAbsolutePath` function to avoid canonicalizing the path, as it must remain noncanonical
// until consistient casing errors are reported
// until consistent casing errors are reported
return getDirectoryPath(getNormalizedAbsolutePath(fileName, basePath));
}