mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 08:11:39 +00:00
typo
This commit is contained in:
parent
80522b55b1
commit
96be073515
|
@ -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
|
ref. Same for many other subs, switched to ref assignment so it's the same ref
|
||||||
all through all the sub and return.
|
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().
|
needed, in DiskItem::smartctl_data().
|
||||||
|
|
||||||
4. Tightened some returns of ref so that tests if good test @$ref, not $ref.
|
4. Tightened some returns of ref so that tests if good test @$ref, not $ref.
|
||||||
|
|
Loading…
Reference in a new issue