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

@ -515,7 +515,7 @@ static bool svc_wait (rc_depinfo_t *depinfo, const char *svc)
return (false);
/* Some services don't have a timeout, like fsck */
keywords = rc_deptree_depend (depinfo, svc, "keywords");
keywords = rc_deptree_depend (depinfo, svc, "keyword");
STRLIST_FOREACH (keywords, s, i) {
if (strcmp (s, "notimeout") == 0) {
forever = true;