Skip to content

Commit

Permalink
spell
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanitho committed Sep 2, 2024
1 parent a173ccc commit b14dcc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This all-purpose mod will be overridden by any specific:
if ($($app.Id) -eq "Microsoft.SQLServerManagementStudio") {
if ($ConfirmInstall -eq $false) {
try {
Write-ToLog "...succesfully done something" "Green"
Write-ToLog "...successfully done something" "Green"
}
catch {
Write-ToLog "...failed to do something" "Red"
Expand Down

0 comments on commit b14dcc0

Please sign in to comment.