The following commit has been merged in the master branch:
commit e0812c6ac2055091001d75a577af10b733ebe788
Author: Ville Skyttä <[email protected]>
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

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to