From 6ca88f08599caad1e63e101089dbc1b9c6de66f1 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 9 Aug 2004 02:13:51 +0000 Subject: typo fix (from Olivier Borowski) --- mdk-stage1/directory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/directory.c b/mdk-stage1/directory.c index a82d26fda..aa271562e 100644 --- a/mdk-stage1/directory.c +++ b/mdk-stage1/directory.c @@ -181,7 +181,7 @@ enum return_type try_with_directory(char *directory, char *method_live, char *me if (readlink(IMAGE_LOCATION LIVE_LOCATION "/usr/bin/runinstall2", &p, 1) != 1) { stg1_error_message("The " DISTRIB_NAME " Distribution seems to be copied on a Windows partition. " "You need more memory to perform an installation from a Windows partition. " - "Another solution if to copy the " DISTRIB_NAME " Distribution on a Linux partition."); + "Another solution is to copy the " DISTRIB_NAME " Distribution on a Linux partition."); umount(IMAGE_LOCATION); del_loop(loopdev); return RETURN_ERROR; -- cgit v1.2.1