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

@@ -11,7 +11,7 @@ import { SqlMigrationService, SqlManagedInstance, startDatabaseMigration, StartD
import * as constants from '../constants/strings';
import * as nls from 'vscode-nls';
import { v4 as uuidv4 } from 'uuid';
import { sendSqlMigrationActionEvent, TelemetryAction, TelemetryViews, logError } from '../telemtery';
import { sendSqlMigrationActionEvent, TelemetryAction, TelemetryViews, logError } from '../telemetry';
import { hashString, deepClone } from '../api/utils';
import { SKURecommendationPage } from '../wizard/skuRecommendationPage';
import { excludeDatabases, getConnectionProfile, LoginTableInfo, SourceDatabaseInfo, TargetDatabaseInfo } from '../api/sqlUtils';