Comment spelling fix.

This commit is contained in:
Ville Skyttä 2009-05-22 19:18:36 +03:00
parent e96ef90c26
commit e0812c6ac2

View File

@ -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'
}