mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 08:18:51 -05:00
Giovanni Scafora <linuxmania@gmail.com>
* Fix typo in pacman.c
This commit is contained in:
parent
3a4030837e
commit
06d7e3d7c3
@ -453,7 +453,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
/* initialize pm library */
|
||||
if(alpm_initialize() == -1) {
|
||||
ERR(NL, _("failed to initilize alpm library (%s)\n"), alpm_strerror(pm_errno));
|
||||
ERR(NL, _("failed to initialize alpm library (%s)\n"), alpm_strerror(pm_errno));
|
||||
cleanup(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user