mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
spelling fix
This commit is contained in:
parent
ef7cbbb771
commit
318e233cb3
@ -213,7 +213,7 @@ int _alpm_trans_commit(pmtrans_t *trans, PMList **data)
|
||||
break;
|
||||
}
|
||||
|
||||
trans->state = STATE_COMMITED;
|
||||
trans->state = STATE_COMMITTED;
|
||||
|
||||
return(0);
|
||||
}
|
||||
|
@ -25,7 +25,7 @@ enum {
|
||||
STATE_IDLE = 0,
|
||||
STATE_INITIALIZED,
|
||||
STATE_PREPARED,
|
||||
STATE_COMMITED
|
||||
STATE_COMMITTED
|
||||
};
|
||||
|
||||
#include "alpm.h"
|
||||
|
Loading…
Reference in New Issue
Block a user