mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
s/dependant/dependent
Submitted by: rwatson
This commit is contained in:
parent
d85036cec8
commit
7257af7aa3
1 changed files with 2 additions and 2 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue