Skip to content

Commit

Permalink
Merge pull request #2111 from microsoft/dpaul-HcSpell
Browse files Browse the repository at this point in the history
Addressed typo due to new spell check version update
  • Loading branch information
dpaulson45 authored Jun 18, 2024
2 parents 5ea7b1a + 953b39d commit 0e91e57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e91e57

Please sign in to comment.