From dedb3f8b6b515ba001e15e4eca3c94f594c8c23a Mon Sep 17 00:00:00 2001 From: Dave T <17680170+davet2001@users.noreply.github.com> Date: Tue, 25 Apr 2023 20:04:36 +0100 Subject: [PATCH] Fix comment typos (#92021) --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 39b32fd5561..c165e252b1a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -23,7 +23,7 @@ "preLaunchTask": "Compile English translations" }, { - // Debug by attaching to local Home Asistant server using Remote Python Debugger. + // Debug by attaching to local Home Assistant server using Remote Python Debugger. // See https://www.home-assistant.io/integrations/debugpy/ "name": "Home Assistant: Attach Local", "type": "python", @@ -38,7 +38,7 @@ ] }, { - // Debug by attaching to remote Home Asistant server using Remote Python Debugger. + // Debug by attaching to remote Home Assistant server using Remote Python Debugger. // See https://www.home-assistant.io/integrations/debugpy/ "name": "Home Assistant: Attach Remote", "type": "python",