summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangyanxian <zhangyanxianmail@163.com>2017-02-06 03:54:03 +0000
committerzhangyanxian <zhangyanxianmail@163.com>2017-02-06 03:54:30 +0000
commit824b3567ed1a0dbc328ce19b9e4d492f1f407c30 (patch)
tree00469057defe3f96066cf2157482a3723057be4d
parent15cf0b6ebb8588428597fa435c7be52ffe30a0d3 (diff)
downloadheat-templates-824b3567ed1a0dbc328ce19b9e4d492f1f407c30.tar.gz
Fix typo in AD.psm1
Change-Id: If7a0f94d4f254876b8d36dde5b8b26eac95aa04c TrivialFix:"succesfully" should be "successfully"
-rw-r--r--hot/Windows/ActiveDirectoryController/AD.psm12
1 files changed, 1 insertions, 1 deletions
diff --git a/hot/Windows/ActiveDirectoryController/AD.psm1 b/hot/Windows/ActiveDirectoryController/AD.psm1
index 28baf51..7e08812 100644
--- a/hot/Windows/ActiveDirectoryController/AD.psm1
+++ b/hot/Windows/ActiveDirectoryController/AD.psm1
@@ -29,7 +29,7 @@ function Install-ActiveDirectoryDomainController {
try {
if (Is-DomainInstalled -fullDomainName $DomainName) {
Send-HeatWaitSignal -Endpoint $ADWaitConditionEndpoint `
- -Message "Active Directory has been succesfully installed" `
+ -Message "Active Directory has been successfully installed" `
-Success $true -Token $ADWaitConditionToken
} else {
Install-WindowsFeature -Name AD-Domain-Services -IncludeManagementTools