summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/directory.c
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-08-09 02:13:51 +0000
committerOlivier Blin <oblin@mandriva.org>2004-08-09 02:13:51 +0000
commit6ca88f08599caad1e63e101089dbc1b9c6de66f1 (patch)
tree85c25e915aa848c740979299398af45fe6de0d8b /mdk-stage1/directory.c
parented96e5d43a041c68d1a5bf9d45ef2931ba27a5fb (diff)
downloaddrakx-6ca88f08599caad1e63e101089dbc1b9c6de66f1.tar
drakx-6ca88f08599caad1e63e101089dbc1b9c6de66f1.tar.gz
drakx-6ca88f08599caad1e63e101089dbc1b9c6de66f1.tar.bz2
drakx-6ca88f08599caad1e63e101089dbc1b9c6de66f1.tar.xz
drakx-6ca88f08599caad1e63e101089dbc1b9c6de66f1.zip
typo fix (from Olivier Borowski)
Diffstat (limited to 'mdk-stage1/directory.c')
-rw-r--r--mdk-stage1/directory.c2
1 files changed, 1 insertions, 1 deletions
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;