X-Gentoo-Bug: 217999
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=217999
This commit is contained in:
William Hubbs 2011-04-09 13:00:44 -05:00
parent 16f7e90c6c
commit 07db27d220

View File

@ -924,7 +924,7 @@ rc_deptree_update(void)
if (strcmp(deptype->type, "ineed") == 0) { if (strcmp(deptype->type, "ineed") == 0) {
fprintf (stderr, fprintf (stderr,
"Service `%s' needs non" "Service `%s' needs non"
" existant service `%s'\n", " existent service `%s'\n",
depinfo->service, s->value); depinfo->service, s->value);
dt = get_deptype(depinfo, "broken"); dt = get_deptype(depinfo, "broken");
if (!dt) { if (!dt) {