summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/package.c
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2010-08-02 06:40:04 +0200
committerAllan McRae <allan@archlinux.org>2010-10-13 15:53:18 +0200
commitc56b576f6fef464f82f425219ef386fe8b742899 (patch)
tree89e32abf2a7f017012c6b7c1bae59548378c512e /lib/libalpm/package.c
parentefbae3cfcbd8e401084cb26853bbe46120daea4d (diff)
downloadpacman-c56b576f6fef464f82f425219ef386fe8b742899.tar.gz
pacman-c56b576f6fef464f82f425219ef386fe8b742899.tar.xz
Fix documentation syntax and typo
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/package.c')
-rw-r--r--lib/libalpm/package.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/package.c b/lib/libalpm/package.c
index 57dc50f2..682ff90c 100644
--- a/lib/libalpm/package.c
+++ b/lib/libalpm/package.c
@@ -100,7 +100,7 @@ int SYMEXPORT alpm_pkg_checkmd5sum(pmpkg_t *pkg)
/* Default package accessor functions. These will get overridden by any
* backend logic that needs lazy access, such as the local database through
- * a lazy-laod cache. However, the defaults will work just fine for fully-
+ * a lazy-load cache. However, the defaults will work just fine for fully-
* populated package structures. */
const char *_pkg_get_filename(pmpkg_t *pkg) { return pkg->filename; }
const char *_pkg_get_name(pmpkg_t *pkg) { return pkg->name; }