diff options
author | Rémy Oudompheng <remy@archlinux.org> | 2011-04-09 23:28:00 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-13 10:32:04 -0500 |
commit | 8e8391e17c09a576896972c484b3d2194a7684c1 (patch) | |
tree | 43a072faa6e1e90cd2c103895e21f2f65c440ab7 /lib/libalpm/alpm.h | |
parent | fa9cd98ecf8eb7a9b87b82b1be4307dd8e2fe708 (diff) | |
download | pacman-8e8391e17c09a576896972c484b3d2194a7684c1.tar.xz |
alpm.h: fix typos in documentation
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r-- | lib/libalpm/alpm.h | 2 |
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. */ |