From 47b53f1aab1fc394c64651a211d6aa97ec51aa70 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sat, 20 Aug 2016 03:30:11 +0200 Subject: [PATCH] Fix missing word in sysupgrade(8) error message. --- sysinstall/sysupgrade.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysinstall/sysupgrade.c b/sysinstall/sysupgrade.c index d23ad983..c109f049 100644 --- a/sysinstall/sysupgrade.c +++ b/sysinstall/sysupgrade.c @@ -634,7 +634,7 @@ int main(void) "You must cancel this to proceed.\n\n"); if ( !can_run_old_abi ) { - text("Error: Can't pending upgrade due to ABI change.\n"); + text("Error: Can't cancel pending upgrade due to ABI change.\n"); errx(2, "Upgrade aborted due to pending sysmerge(8) upgrade"); }