Disk: Fix typo

This commit is contained in:
Dylan Araps 2017-01-06 19:03:14 +11:00
parent 886a51db12
commit 9b21e73276
1 changed files with 1 additions and 1 deletions

View File

@ -1631,7 +1631,7 @@ get_disk() {
{ err "Disk: df failed to print the disks, make sure the disk_show array is set properly."; return; } { err "Disk: df failed to print the disks, make sure the disk_show array is set properly."; return; }
for disk in "${disks[@]}"; do for disk in "${disks[@]}"; do
# Create a second array and make each element split at whitespacw this time. # Create a second array and make each element split at whitespace this time.
disk_info=($disk) disk_info=($disk)
disk_perc="${disk_info[4]/'%'}" disk_perc="${disk_info[4]/'%'}"