mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 16:28:50 -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 */
|
/* initialize pm library */
|
||||||
if(alpm_initialize() == -1) {
|
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);
|
cleanup(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user