summaryrefslogtreecommitdiffstats
path: root/src/pacman
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2007-11-09 09:45:22 +0100
committerDan McGee <dan@archlinux.org>2007-11-11 16:52:17 +0100
commit434ea5bf619cd27d99d4b443fe058bf46cc5d7b2 (patch)
tree7ec4d48ed8a442a88b93194b689f7213de93b274 /src/pacman
parentcc15d29db22bbc0815c4fb1f50a0e7ba53500a39 (diff)
downloadpacman-434ea5bf619cd27d99d4b443fe058bf46cc5d7b2.tar.gz
pacman-434ea5bf619cd27d99d4b443fe058bf46cc5d7b2.tar.xz
Typo fix (sepArately)
Found by Giovanni Scafora <linuxmania@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'src/pacman')
-rw-r--r--src/pacman/sync.c2
1 files changed, 1 insertions, 1 deletions
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"),