Comment spelling fixes.
This commit is contained in:
parent
40073816ff
commit
8c24c1429a
@ -607,7 +607,7 @@ _count_args()
|
||||
done
|
||||
}
|
||||
|
||||
# This function complete on PCI IDs
|
||||
# This function completes on PCI IDs
|
||||
#
|
||||
_pci_ids()
|
||||
{
|
||||
@ -615,7 +615,7 @@ _pci_ids()
|
||||
$( compgen -W "$( lspci -n | awk '{print $3}')" -- $cur ) )
|
||||
}
|
||||
|
||||
# This function complete on USB IDs
|
||||
# This function completes on USB IDs
|
||||
#
|
||||
_usb_ids()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user