mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
typo fix
This commit is contained in:
parent
2495326bc8
commit
38475a5e4b
2
inxi
2
inxi
|
@ -3932,7 +3932,7 @@ print_hard_disk_data()
|
|||
{
|
||||
eval $LOGFS
|
||||
local hdd_data='' hdd_data_2='' a_hdd_working='' hdd_temp_data='' hdd_string=''
|
||||
local dev_data='' size_data='' hdd_model='' usb_data='' hdd_name='' divisor=6
|
||||
local dev_data='' size_data='' hdd_model='' usb_data='' hdd_name='' divisor=5
|
||||
|
||||
# load A_HDD_DATA
|
||||
get_hdd_data_basic
|
||||
|
|
Loading…
Reference in a new issue