From 824b3567ed1a0dbc328ce19b9e4d492f1f407c30 Mon Sep 17 00:00:00 2001 From: zhangyanxian Date: Mon, 6 Feb 2017 03:54:03 +0000 Subject: [PATCH] Fix typo in AD.psm1 Change-Id: If7a0f94d4f254876b8d36dde5b8b26eac95aa04c TrivialFix:"succesfully" should be "successfully" --- hot/Windows/ActiveDirectoryController/AD.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hot/Windows/ActiveDirectoryController/AD.psm1 b/hot/Windows/ActiveDirectoryController/AD.psm1 index 28baf51b..7e088123 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