one more changelong typo fix

This commit is contained in:
Harald Hope 2020-06-28 22:42:50 -07:00
parent 7255a3dedc
commit 776c788273

View file

@ -49,7 +49,7 @@ Fixes:
1. While not technically an inxi bug, it would certainly appear that way to
anyone who triggered it. We'd gotten issue reports before on this, but they
were never complete, so couldn't figure it out. Basically, if someone puts
inxi into a simple script that is $PATH [this was the missing fact needed to
inxi into a simple script that is in $PATH [this was the missing fact needed to
actually trigger this bug in order to fix it], the script [not inxi], will
then enter into an endless loop as inxi queries it for its version number using
<script name> --version. This issue didn't happen if the script calling inxi