From cace45adb59db2efba7ee9bc0a35d007af4fb44e Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 8 Nov 2008 06:43:30 +0000 Subject: [PATCH] fixed typo --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index a4bde2a..bf070c6 100755 --- a/inxi +++ b/inxi @@ -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}" )