typo fixes

This commit is contained in:
Harald Hope 2020-11-11 15:49:05 -08:00
parent f30d907c4c
commit 0eedb2c89e

View file

@ -19,7 +19,7 @@ to allow for smoother handling of /sys parse failures. Also added debugger filte
for common items that would make the /sys parser hang, oddly, most seem to be in
/sys/power for android devices.
2. Added some finetunings for possible mmcblk storage paths, in some cases, an
2. Added some fine-tunings for possible mmcblk storage paths, in some cases, an
extra /block is added, which made inxi think mounted drives were unmounted. I've
never seen this extra /block except on mmcblk devices on android, but you never
know, it could be more widespread.
@ -40,7 +40,7 @@ https://github.com/torvalds/linux/commit/34e431b0ae398fc54ea69ff85ec700722c9da77
This commit on the kernel explains it pretty clearly.
Thanks Chris for bringing this to our attention.
5. Kind of more future-proofing, got rid of a bunchy of hard-coded strings internally
5. Kind of more future-proofing, got rid of a bunch of hard-coded strings internally
and switched those to use the row_defaults values, which is where string messages
are supposed to go. That was mostly in the initial program check messages on start-up,
but also a few other stray ones. Also consolidated them a bit to get rid of redundant