From d7e5539c3502bae74a48086d185e8d411f096442 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sat, 10 Mar 2018 21:48:43 +0100 Subject: [PATCH] Fix sysinstall(8) typo when selecting root filesystem. --- sysinstall/sysinstall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysinstall/sysinstall.c b/sysinstall/sysinstall.c index 9c191d7a..940d03ae 100644 --- a/sysinstall/sysinstall.c +++ b/sysinstall/sysinstall.c @@ -686,7 +686,7 @@ int main(void) // TODO: Perhaps let the user know the size of the system that will be // installed? - text("You need select a root filesystem and other mountpoints now. You " + text("You need to select a root filesystem and other mountpoints now. You " "will now be dumped into a partition editor. Create and format a " "root filesystem partition as needed.\n"); text("\n");