1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-23 08:18:51 -05:00

* Noted a misspelling for later (after we are not in string freeze).

This commit is contained in:
Dan McGee 2007-03-12 15:49:31 +00:00
parent 38784a7eb5
commit 9e3a185345

View File

@ -183,6 +183,8 @@ pmpkg_t *_alpm_db_scan(pmdb_t *db, const char *target)
return(NULL);
}
if(_alpm_pkg_splitname(ent->d_name, pkg->name, pkg->version, 0) == -1) {
/* TODO wow, string freeze so correct the below later: dabatase -> database */
/*_alpm_log(PM_LOG_ERROR, _("invalid name for database entry '%s'"), ent->d_name);*/
_alpm_log(PM_LOG_ERROR, _("invalid name for dabatase entry '%s'"), ent->d_name);
return(NULL);
}