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

@@ -6,7 +6,7 @@
import * as azdata from 'azdata';
import * as vscode from 'vscode';
import * as constants from '../../constants/strings';
import { logError, TelemetryErrorName, TelemetryViews } from '../../telemtery';
import { logError, TelemetryErrorName, TelemetryViews } from '../../telemetry';
import { EOL } from 'os';
import { MigrationStateModel, OperationResult } from '../../models/stateMachine';
import { IconPathHelper } from '../../constants/iconPathHelper';