From 434ea5bf619cd27d99d4b443fe058bf46cc5d7b2 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Fri, 9 Nov 2007 02:45:22 -0600 Subject: Typo fix (sepArately) Found by Giovanni Scafora Signed-off-by: Aaron Griffin --- src/pacman/sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), -- cgit v1.2.3-54-g00ecf