From 0f3b43d92af096bae2e3a0a00fa984b01e947006 Mon Sep 17 00:00:00 2001 From: Rohan Barar <57999059+KernelGhost@users.noreply.github.com> Date: Thu, 31 Jul 2025 12:55:24 +1000 Subject: [PATCH] fix typo in PrintArrayData parameter comment --- install/ExtractPrograms.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ExtractPrograms.ps1 b/install/ExtractPrograms.ps1 index fcfbf3d..b8a5333 100644 --- a/install/ExtractPrograms.ps1 +++ b/install/ExtractPrograms.ps1 @@ -49,7 +49,7 @@ Function GetApplicationIcon { # Args: # - 'Names': An array of application names. # - 'Paths': An array of executable paths. -# - 'Source': The source of the applications (e.g. Windows Registry, Package manangers, Universal Windows Platform (UWP), etc.) +# - 'Source': The source of the applications (e.g. Windows Registry, Package managers, Universal Windows Platform (UWP), etc.) function PrintArrayData { param ( [string[]]$Names,