Merge pull request #6 from KernelGhost/codex/fix-typo-in-extractprograms.ps1-comment

Fix comment typo
This commit is contained in:
Rohan Barar
2025-07-31 13:00:08 +10:00
committed by GitHub

View File

@@ -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,