Fixed a typo (spelling) fix (patch from VMiklos <vmiklos@frugalware.org>)
This commit is contained in:
parent
cc1c5b163b
commit
a1b005d239
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ int resolvedeps(pmdb_t *local, PMList *dbs_sync, pmpkg_t *syncpkg, PMList *list,
|
||||||
FREELISTPTR(provides);
|
FREELISTPTR(provides);
|
||||||
}
|
}
|
||||||
if(sync == NULL) {
|
if(sync == NULL) {
|
||||||
_alpm_log(PM_LOG_ERROR, "cannot resolve dependencies for \"%s\" (\"%s\" is not in the package set", miss->target, miss->depend.name);
|
_alpm_log(PM_LOG_ERROR, "cannot resolve dependencies for \"%s\" (\"%s\" is not in the package set)", miss->target, miss->depend.name);
|
||||||
pm_errno = PM_ERR_UNRESOLVABLE_DEPS;
|
pm_errno = PM_ERR_UNRESOLVABLE_DEPS;
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue