typo: propogate -> propagate

This commit is contained in:
Nick Schonning
2019-06-21 01:30:25 -04:00
parent e102a7698c
commit 90715f5270

View File

@ -498,7 +498,7 @@ if (![System.String]::IsNullOrEmpty($strRegPoolEntry))
$strRegPool = $strRegPoolEntry $strRegPool = $strRegPoolEntry
} }
# Try to SfB-enable the account. Note that it may not work right away as the account needs to propogate to active directory # Try to SfB-enable the account. Note that it may not work right away as the account needs to propagate to active directory
PrintAction "Enabling Skype for Business..." PrintAction "Enabling Skype for Business..."
Start-Sleep -s 10 Start-Sleep -s 10
$Error.Clear() $Error.Clear()
@ -878,7 +878,7 @@ if (![System.String]::IsNullOrEmpty($strRegPoolEntry))
} }
#> #>
# Try to SfB-enable the account. Note that it may not work right away as the account needs to propogate to active directory # Try to SfB-enable the account. Note that it may not work right away as the account needs to propagate to active directory
PrintAction "Enabling Skype for Business on $strRegPool" PrintAction "Enabling Skype for Business on $strRegPool"
Start-Sleep -s 10 Start-Sleep -s 10
$Error.Clear() $Error.Clear()