keywords -> keyword

This commit is contained in:
Roy Marples
2008-02-19 14:36:22 +00:00
parent 42bfd7b6dc
commit e1e36b2872
28 changed files with 31 additions and 31 deletions

View File

@ -881,7 +881,7 @@ next:
for (depinfo = deptree; depinfo; depinfo = depinfo->next)
{
bool removed = false;
if ((deptype = get_deptype (depinfo, "keywords"))) {
if ((deptype = get_deptype (depinfo, "keyword"))) {
STRLIST_FOREACH (deptype->services, service, i)
if (strcmp (service, nosys) == 0) {
if (last_depinfo)