fix typo in PrintArrayData parameter comment

This commit is contained in:
Rohan Barar
2025-07-31 12:55:24 +10:00
parent 82b4d8bdfb
commit 0f3b43d92a

View File

@@ -49,7 +49,7 @@ Function GetApplicationIcon {
# Args: # Args:
# - 'Names': An array of application names. # - 'Names': An array of application names.
# - 'Paths': An array of executable paths. # - '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 { function PrintArrayData {
param ( param (
[string[]]$Names, [string[]]$Names,