summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémy Oudompheng <remy@archlinux.org>2011-04-09 23:28:00 +0200
committerDan McGee <dan@archlinux.org>2011-04-13 10:32:04 -0500
commit8e8391e17c09a576896972c484b3d2194a7684c1 (patch)
tree43a072faa6e1e90cd2c103895e21f2f65c440ab7
parentfa9cd98ecf8eb7a9b87b82b1be4307dd8e2fe708 (diff)
downloadpacman-8e8391e17c09a576896972c484b3d2194a7684c1.tar.gz
pacman-8e8391e17c09a576896972c484b3d2194a7684c1.zip
alpm.h: fix typos in documentation
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
-rw-r--r--lib/libalpm/alpm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h
index f519303b..cb643d29 100644
--- a/lib/libalpm/alpm.h
+++ b/lib/libalpm/alpm.h
@@ -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. */