[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 8c24c1429aa7dd59663bc7950a7d9ddcab1bea5f

Ville Skyttä ville.skytta at iki.fi
Fri Jun 12 17:45:38 UTC 2009


The following commit has been merged in the master branch:
commit 8c24c1429aa7dd59663bc7950a7d9ddcab1bea5f
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Fri Jun 12 20:45:35 2009 +0300

    Comment spelling fixes.

diff --git a/bash_completion b/bash_completion
index 9b8b32c..d261d3e 100644
--- a/bash_completion
+++ b/bash_completion
@@ -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()
 {

-- 
bash-completion



More information about the Bash-completion-commits mailing list