Fix typo Chocolately -> Chocolatey
authorShane Synan <digitalcircuit36939@gmail.com>
Mon, 28 Nov 2016 11:46:31 +0000 (05:46 -0600)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 4 Apr 2018 21:14:03 +0000 (23:14 +0200)
Official name is Chocolatey, e.g. https://chocolatey.org/ .

(The number of times I've mistyped this myself...)

(cherry picked from commit 03440c041fa76b6b7d39c9cc61b96bcfbb0699b8)

scripts/build/appveyorHelp.psm1

index a802a00..da21095 100644 (file)
@@ -119,9 +119,9 @@ function SETUP-QT()
     }
 }
 
     }
 }
 
-function Install-ChocolatelyModule([string] $module, [string[]] $myargs)
+function Install-ChocolateyModule([string] $module, [string[]] $myargs)
 {
 {
-    Write-Host "Install chocolately package $module"
+    Write-Host "Install chocolatey package $module"
     LogExec appveyor-retry cinst $module @myargs -y
     # Retry installation in case it fails; remove 'appveyor-retry' to run in a generic manner
     # See http://help.appveyor.com/discussions/suggestions/816-generic-wrapper-for-retry#comment_40579488
     LogExec appveyor-retry cinst $module @myargs -y
     # Retry installation in case it fails; remove 'appveyor-retry' to run in a generic manner
     # See http://help.appveyor.com/discussions/suggestions/816-generic-wrapper-for-retry#comment_40579488
@@ -174,10 +174,10 @@ function Init([string[]] $chocoDeps, [System.Collections.Specialized.OrderedDict
         foreach($module in $chocoDeps) {
             if($module -eq "nsis")
             {
         foreach($module in $chocoDeps) {
             if($module -eq "nsis")
             {
-                Install-ChocolatelyModule "nsis.portable" @("-pre")
+                Install-ChocolateyModule "nsis.portable" @("-pre")
                 continue
             }
                 continue
             }
-            Install-ChocolatelyModule $module
+            Install-ChocolateyModule $module
         }
 
         foreach($key in $cmakeModules.Keys) {
         }
 
         foreach($key in $cmakeModules.Keys) {