From 10c38ebca4eb579050ddbf8013a0a636cb4ed224 Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Tue, 15 Dec 2020 15:27:02 -0800 Subject: [PATCH] typo --- inxi.changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi.changelog b/inxi.changelog index eae9357..18ae7b9 100644 --- a/inxi.changelog +++ b/inxi.changelog @@ -86,7 +86,7 @@ well though because google keeps locking down key file read/search permissions i 5. More ARM device detections, that got tuned quite a bit and cleaned up, for instance, it was doing case sensitive checks, but found cases where the value -is all upper case, so it was missing it. Now it does case sensitive device type +is all upper case, so it was missing it. Now it does case insensitive device type searches. 6. One of the oldest glitches in inxi was the failure to take the size of the raid @@ -146,7 +146,7 @@ added as many types as I could find.. Also explictly now remove any _member type item, which is always part of some other logical structure, like RAID or LVM, those were not explicitly handled before. -12. Corrected the varous terms ZFS can use for spare drives, and due to how +12. Corrected the various terms ZFS can use for spare drives, and due to how those describe slightly different situations than simply spare, changed the spare section header to Available, which is more accureate for ZFS.