Skip to content

Commit ea6094c

Browse files
authored
Merge pull request #19 from Oleg-Chashko/patch-2
Update GetDiskInfoFromWmi.au3
2 parents 88c4e8b + 80f5cb4 commit ea6094c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GetDiskInfoFromWmi/GetDiskInfoFromWmi.au3

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Func _GetDiskInfoFromWmi(ByRef $aDiskList, ByRef $aPartitionList, $bAddTableHead
6262
; Name ...............: _GetDiskInfoFromWmi
6363
; Author .............: htcfreek (Heiko) - https://github.com/htcfreek
6464
; Input parameter ....: ByRef $aDiskList = Array var for list of disks.
65-
; ByRef $aPrtitionList = Array var for list of partitions.
65+
; ByRef $aPartitionList = Array var for list of partitions.
6666
; [$bAddTableHeader = $DiskInfoWmi_TableHeader_Yes] = Should array tables have a header row. (Values: 0|1 or $DiskInfoWmi_TableHeader_Yes|$DiskInfoWmi_TableHeader_No)
6767
; [$sFilterDiskType = $DiskInfoWmi_DiskType_All] = Which type of disk should be included in result. (Values: $DiskInfoWmi_DiskType_All|$DiskInfoWmi_DiskType_External|$DiskInfoWmi_DiskType_Removable|$DiskInfoWmi_DiskType_Fixed|$DiskInfoWmi_DiskType_Unknown)
6868
; Output parameter ...: none

0 commit comments

Comments
 (0)