From 953b39daeab7153bb67b4a69960646f2d72df0dc Mon Sep 17 00:00:00 2001 From: David Paulson Date: Tue, 18 Jun 2024 15:14:27 -0500 Subject: [PATCH] Addressed typo due to new spell check version update --- .../Analyzer/Security/Invoke-AnalyzerSecuritySettings.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Diagnostics/HealthChecker/Analyzer/Security/Invoke-AnalyzerSecuritySettings.ps1 b/Diagnostics/HealthChecker/Analyzer/Security/Invoke-AnalyzerSecuritySettings.ps1 index bf30c43f19..44340d3a41 100644 --- a/Diagnostics/HealthChecker/Analyzer/Security/Invoke-AnalyzerSecuritySettings.ps1 +++ b/Diagnostics/HealthChecker/Analyzer/Security/Invoke-AnalyzerSecuritySettings.ps1 @@ -429,7 +429,7 @@ function Invoke-AnalyzerSecuritySettings { Write-Verbose "The Exchange server runs a role which is not affected by the FIP-FS issue" } elseif (($fipFsInfoObject.FIPFSFixedBuild -eq $false) -and ($fipFsInfoObject.BadVersionNumberDirDetected)) { - # Exchange doesn't run a build which is resistent against the problematic pattern + # Exchange doesn't run a build which is resistant against the problematic pattern # and a folder with the problematic version number was detected on the computer. $params = $baseParams + $fipFsIssueBaseParams Add-AnalyzedResultInformation @params