From 96be0735159efd12a7383cb5c66b4142cbe0b7e0 Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Mon, 13 Jun 2022 17:30:11 -0700 Subject: [PATCH] typo --- inxi.changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi.changelog b/inxi.changelog index bb386b9..a33b528 100644 --- a/inxi.changelog +++ b/inxi.changelog @@ -65,7 +65,7 @@ clear. Also made DriveItem::drive_speed() return straight ref, not array then ref. Same for many other subs, switched to ref assignment so it's the same ref all through all the sub and return. -3. Fixed a redundant return \@$data to simply assinging to @$data ref, no return +3. Fixed a redundant return \@$data to simply assigning to @$data ref, no return needed, in DiskItem::smartctl_data(). 4. Tightened some returns of ref so that tests if good test @$ref, not $ref.