index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2007-11-09 02:45:22 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-11-11 09:52:17 -0600 |
commit | 434ea5bf619cd27d99d4b443fe058bf46cc5d7b2 (patch) | |
tree | 7ec4d48ed8a442a88b93194b689f7213de93b274 /src | |
parent | cc15d29db22bbc0815c4fb1f50a0e7ba53500a39 (diff) |
-rw-r--r-- | src/pacman/sync.c | 2 |
diff --git a/src/pacman/sync.c b/src/pacman/sync.c index 727d20b1..5f1072ff 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -450,7 +450,7 @@ int sync_trans(alpm_list_t *targets, int sync_only) ":: It is recommended that you upgrade pacman by itself\n" ":: using 'pacman -S pacman', and then rerun the current\n" ":: operation. If you wish to continue the operation and\n" - ":: not upgrade pacman seperately, answer no.\n")); + ":: not upgrade pacman separately, answer no.\n")); if(yesno(_(":: Cancel current operation? [Y/n] "))) { if(alpm_trans_release() == -1) { fprintf(stderr, _("error: failed to release transaction (%s)\n"), |