fixed typo

This commit is contained in:
inxi-svn 2008-11-08 06:43:30 +00:00
parent bfcc6035eb
commit cace45adb5

2
inxi
View file

@ -1685,7 +1685,7 @@ print_hard_disk_data()
fi
done
if [[ -z $hdd_model ]];then
hdd_model=' Non Detected'
hdd_model=' None Detected'
fi
if [[ -n $hdd_model_2 ]];then
hdd_data=$( create_print_line "Disks:" "${C1}HDD${C2} ${C1}Total Size:${C2} ${hdd_capacity} (${hdd_used})${hdd_model}" )