alpm.h: fix typos in documentation

Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
This commit is contained in:
Rémy Oudompheng 2011-04-09 23:28:00 +02:00 committed by Dan McGee
parent fa9cd98ecf
commit 8e8391e17c
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ typedef enum _pmtransflag_t {
PM_TRANS_FLAG_CASCADE = (1 << 4),
/** Remove packages and their unneeded deps (not explicitly installed). */
PM_TRANS_FLAG_RECURSE = (1 << 5),
/** Modify database but do not cmomit changes to the filesystem. */
/** Modify database but do not commit changes to the filesystem. */
PM_TRANS_FLAG_DBONLY = (1 << 6),
/* (1 << 7) flag can go here */
/** Use PM_PKG_REASON_DEPEND when installing packages. */