diff options
author | Elias Howell <cantabo.angelis@gmail.com> | 2023-01-02 13:59:13 -0500 |
---|---|---|
committer | Elias Howell <cantabo.angelis@gmail.com> | 2023-01-02 13:59:13 -0500 |
commit | 19ad8e5fb4c8b0cfa44038a62f84443b1488107d (patch) | |
tree | c03f8255dfdba4dcb678a9432e732ebbfe9bfd48 /modules/disksize | |
parent | 345f4e678eefc7aba92da7c0f90d5500e3ca6631 (diff) |
quotes prevent glob and word splitting + spelling
Diffstat (limited to 'modules/disksize')
-rwxr-xr-x | modules/disksize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/disksize b/modules/disksize index babd950..1582cc0 100755 --- a/modules/disksize +++ b/modules/disksize @@ -1,6 +1,6 @@ #!/bin/bash -# Prints out the total disk memory and the availeable memory +# Prints out the total disk memory and the available memory PREFIX=' ' |