From f82b21e51d9a86f2857a47f05003ea02b305bf39 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 10 Mar 2005 13:04:33 +0000 Subject: fix messages --- mdk-stage1/thirdparty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/thirdparty.c b/mdk-stage1/thirdparty.c index db2585187..aaeedde7a 100644 --- a/mdk-stage1/thirdparty.c +++ b/mdk-stage1/thirdparty.c @@ -53,7 +53,7 @@ static enum return_type third_party_get_device(char ** device) *device = floppy_dev; return RETURN_OK; } else { - stg1_error_message("I can't any floppy or disk on this system. " + stg1_error_message("I can't find any floppy or disk on this system. " "No third-party kernel modules will be used."); return RETURN_ERROR; } @@ -125,7 +125,7 @@ void thirdparty_load_modules(void) modules = list_directory(mount_location); if (!modules || !*modules) { - stg1_error_message("No modules found on floppy disk."); + stg1_error_message("No modules found on disk."); umount(mount_location); return thirdparty_load_modules(); } -- cgit v1.2.1