Skip to content

Commit 88c4e8b

Browse files
authored
Merge pull request #18 from Oleg-Chashko/patch-1
Update UsageExample.au3
2 parents 889e78f + 8640324 commit 88c4e8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GetDiskInfoFromWmi/UsageExample.au3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Local $aOutputDisks
77
Local $aOutputPartitions
88
_GetDiskInfoFromWmi($aOutputDisks, $aOutputPartitions, $DiskInfoWmi_TableHeader_Yes, $DiskInfoWmi_DiskType_Fixed)
9-
If @error Then MSGBOX(16, @ScriptName, "Somethig goes wrong!")
9+
If @error Then MSGBOX(16, @ScriptName, "Something goes wrong!")
1010

1111
_ArrayDisplay($aOutputDisks, "Disks")
12-
_ArrayDisplay($aOutputPartitions, "Partitons")
12+
_ArrayDisplay($aOutputPartitions, "Partitions")

0 commit comments

Comments
 (0)