Typo fix (sepArately)

Found by Giovanni Scafora <linuxmania@gmail.com>

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
Aaron Griffin 2007-11-09 02:45:22 -06:00 committed by Dan McGee
parent cc15d29db2
commit 434ea5bf61

View File

@ -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"),