1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

Giovanni Scafora <linuxmania@gmail.com>

* Fix typo in pacman.c
This commit is contained in:
Aaron Griffin 2007-03-22 00:20:05 +00:00
parent 3a4030837e
commit 06d7e3d7c3

View File

@ -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);
}