s/dependant/dependent

Submitted by:	rwatson
This commit is contained in:
Jordan K. Hubbard 2001-03-24 01:26:51 +00:00
parent d85036cec8
commit 7257af7aa3

View file

@ -646,9 +646,9 @@ index_extract(Device *dev, PkgNodePtr top, PkgNodePtr who, Boolean depended)
status = index_extract(dev, top, tmp2, TRUE);
if (DITEM_STATUS(status) != DITEM_SUCCESS) {
if (variable_get(VAR_NO_CONFIRM))
msgNotify("Loading of dependant package %s failed", cp);
msgNotify("Loading of dependent package %s failed", cp);
else
msgConfirm("Loading of dependant package %s failed", cp);
msgConfirm("Loading of dependent package %s failed", cp);
}
}
else if (!package_exists(cp)) {