From 17702f842b5c33ae7319716286b67039d068e793 Mon Sep 17 00:00:00 2001 From: "Christoph Bergmeister [MVP]" Date: Sun, 8 Dec 2019 13:07:43 +0000 Subject: [PATCH] Fix minor typo in comment --- .../Services/Workspace/Handlers/ConfigurationHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PowerShellEditorServices/Services/Workspace/Handlers/ConfigurationHandler.cs b/src/PowerShellEditorServices/Services/Workspace/Handlers/ConfigurationHandler.cs index 4c25bcfb8..7cc0cdc8e 100644 --- a/src/PowerShellEditorServices/Services/Workspace/Handlers/ConfigurationHandler.cs +++ b/src/PowerShellEditorServices/Services/Workspace/Handlers/ConfigurationHandler.cs @@ -83,7 +83,7 @@ public async Task Handle(DidChangeConfigurationParams request, Cancellatio this._consoleReplStarted = true; } - // If there is a new settings file path, restart the analyzer with the new settigs. + // If there is a new settings file path, restart the analyzer with the new settings. bool settingsPathChanged = false; string newSettingsPath = _configurationService.CurrentSettings.ScriptAnalysis.SettingsPath; if (!string.Equals(oldScriptAnalysisSettingsPath, newSettingsPath, StringComparison.OrdinalIgnoreCase))