diff --git a/src/sql/platform/connection/common/utils.ts b/src/sql/platform/connection/common/utils.ts index feccd95b10..2079567d53 100644 --- a/src/sql/platform/connection/common/utils.ts +++ b/src/sql/platform/connection/common/utils.ts @@ -29,7 +29,7 @@ export const ConnectionUriRestoreIdAttributeName = 'restoreId'; /** * Takes a string in the format of HH:MM:SS.MS and returns a number representing the time in - * miliseconds + * milliseconds * @param value The string to convert to milliseconds * @return False is returned if the string is an invalid format, * the number of milliseconds in the time string is returned otherwise. diff --git a/src/sql/workbench/services/accountManagement/browser/accountManagementService.ts b/src/sql/workbench/services/accountManagement/browser/accountManagementService.ts index b86aa85fd8..0c7e281b1b 100644 --- a/src/sql/workbench/services/accountManagement/browser/accountManagementService.ts +++ b/src/sql/workbench/services/accountManagement/browser/accountManagementService.ts @@ -345,7 +345,7 @@ export class AccountManagementService implements IAccountManagementService { } /** - * End auto OAuth Devide code closes add account dialog + * End auto OAuth Device code closes add account dialog */ public endAutoOAuthDeviceCode(): void { this.autoOAuthDialogController.closeAutoOAuthDialog();