summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/sync.c
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-02-25 14:51:58 +0100
committerDan McGee <dan@archlinux.org>2011-02-25 14:53:11 +0100
commitd4d304cdb7b59e3b5ab7d5825404593a3476f127 (patch)
treef269ccc4436f51a05e4133e2a0d9ee320d597465 /lib/libalpm/sync.c
parent7c14e48776cf82b521cc8b7dad05892a81b8659b (diff)
downloadpacman-d4d304cdb7b59e3b5ab7d5825404593a3476f127.tar.gz
pacman-d4d304cdb7b59e3b5ab7d5825404593a3476f127.tar.xz
Various small spelling fixes and small tweaks
Nothing that changes behavior here. Spelling fixes and pushing a variable down to the scope it is used. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/sync.c')
-rw-r--r--lib/libalpm/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c
index 859b8c94..a4dc755e 100644
--- a/lib/libalpm/sync.c
+++ b/lib/libalpm/sync.c
@@ -333,7 +333,7 @@ int _alpm_sync_prepare(pmtrans_t *trans, pmdb_t *db_local, alpm_list_t *dbs_sync
/* Compute the fake local database for resolvedeps (partial fix for the phonon/qt issue) */
alpm_list_t *localpkgs = alpm_list_diff(_alpm_db_get_pkgcache_list(db_local), trans->add, _alpm_pkg_cmp);
- /* Resolve packages in the transaction one at a time, in addtion
+ /* Resolve packages in the transaction one at a time, in addition
building up a list of packages which could not be resolved. */
for(i = trans->add; i; i = i->next) {
pmpkg_t *pkg = i->data;