1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-22 15:58:50 -05:00

spelling fix

This commit is contained in:
Judd Vinet 2006-07-14 23:11:53 +00:00
parent ef7cbbb771
commit 318e233cb3
2 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@ int _alpm_trans_commit(pmtrans_t *trans, PMList **data)
break; break;
} }
trans->state = STATE_COMMITED; trans->state = STATE_COMMITTED;
return(0); return(0);
} }

View File

@ -25,7 +25,7 @@ enum {
STATE_IDLE = 0, STATE_IDLE = 0,
STATE_INITIALIZED, STATE_INITIALIZED,
STATE_PREPARED, STATE_PREPARED,
STATE_COMMITED STATE_COMMITTED
}; };
#include "alpm.h" #include "alpm.h"