Skip to content

Commit e9a9dd0

Browse files
committed
tools/e2g: fix spellos
1 parent b11b11a commit e9a9dd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/exchange2grommunio.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,11 +490,11 @@ if (!$PSScriptRoot) {
490490
$PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent
491491
}
492492

493-
# Test if $WinSharedFolder is a valide path
493+
# Test if $WinSharedFolder is a valid path
494494
#
495495
if (!( $(Try { Test-Path $WinSharedFolder.trim() } Catch { $false }) )) { #Returns $false if $null, "" or " "
496496
Write-Host ""
497-
Write-Host "'$WinSharedFolder' is not a valide path, please update variable `$WinSharedFolder and try again." -fore red
497+
Write-Host "'$WinSharedFolder' is not a valid path, please update variable `$WinSharedFolder and try again." -fore red
498498
exit 1
499499
}
500500

0 commit comments

Comments
 (0)