Fix mispelled file name (#21762)

This commit is contained in:
Charles Gagnon
2023-01-27 15:42:16 -08:00
committed by GitHub
parent d8c54ccd56
commit e1e2227f2f
18 changed files with 17 additions and 17 deletions

View File

@@ -8,7 +8,7 @@ import * as vscode from 'vscode';
import { IconPathHelper } from '../constants/iconPathHelper';
import * as loc from '../constants/strings';
import { convertByteSizeToReadableUnit, convertIsoTimeToLocalTime, getSqlServerName, getMigrationStatusImage } from '../api/utils';
import { logError, TelemetryViews } from '../telemtery';
import { logError, TelemetryViews } from '../telemetry';
import * as styles from '../constants/styles';
import { canCancelMigration, canCutoverMigration, canRetryMigration, getMigrationStatusString, getMigrationTargetTypeEnum, isOfflineMigation } from '../constants/helper';
import { getResourceName } from '../api/azure';