summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/index.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c
index e166d94..dd23fb5 100644
--- a/usr.sbin/sysinstall/index.c
+++ b/usr.sbin/sysinstall/index.c
@@ -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)) {
OpenPOWER on IntegriCloud