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

Ville Skyttä ville.skytta at iki.fi
Fri May 22 16:19:16 UTC 2009


The following commit has been merged in the master branch:
commit e0812c6ac2055091001d75a577af10b733ebe788
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Fri May 22 19:18:36 2009 +0300

    Comment spelling fix.

diff --git a/contrib/yum b/contrib/yum
index b4ee3aa..0cf06d8 100644
--- a/contrib/yum
+++ b/contrib/yum
@@ -23,7 +23,7 @@ _yum_repolist()
 {
 	# -d 0 causes repolist to output nothing as of yum 3.2.22:
 	# http://yum.baseurl.org/ticket/83
-	# Drop first ("repo id	repo name") axnd last ("repolist: ...") rows
+	# Drop first ("repo id	repo name") and last ("repolist: ...") rows
 	yum --noplugins -C repolist $1 2>/dev/null | \
 		sed -ne '/^repo\(\s\+id\|list:\)/d' -e 's/[[:space:]].*//p'
 }

-- 
bash-completion



More information about the Bash-completion-commits mailing list