Commit 9b21e732 authored by Dylan Araps's avatar Dylan Araps

Disk: Fix typo

parent 886a51db
......@@ -1631,7 +1631,7 @@ get_disk() {
{ err "Disk: df failed to print the disks, make sure the disk_show array is set properly."; return; }
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_perc="${disk_info[4]/'%'}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment