summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-06-15 11:34:48 +0000
committerOlivier Blin <oblin@mandriva.org>2004-06-15 11:34:48 +0000
commitdef8da9caafc73a0cfede7d46949f82b4e4f7b4c (patch)
tree250bd905886173e0f27108b0d0ff663d6d071e0c
parentd942c99d8cd13ee627b2e0ea04f7398240fbdfd5 (diff)
downloaddrakx-backup-do-not-use-def8da9caafc73a0cfede7d46949f82b4e4f7b4c.tar
drakx-backup-do-not-use-def8da9caafc73a0cfede7d46949f82b4e4f7b4c.tar.gz
drakx-backup-do-not-use-def8da9caafc73a0cfede7d46949f82b4e4f7b4c.tar.bz2
drakx-backup-do-not-use-def8da9caafc73a0cfede7d46949f82b4e4f7b4c.tar.xz
drakx-backup-do-not-use-def8da9caafc73a0cfede7d46949f82b4e4f7b4c.zip
fix typo spotted by John Keller
-rw-r--r--mdk-stage1/network.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c
index 3e867f5d9..ec95df0f0 100644
--- a/mdk-stage1/network.c
+++ b/mdk-stage1/network.c
@@ -671,7 +671,7 @@ static int mirrorlist_entry_split(const char *entry, char *mirror[4]) /* mirror
static int choose_mirror_from_host_list(char *mirrorlist[][4], const char *protocol, char *medium, char **selected_host, char **filepath) {
enum return_type results;
- char *hostlist[MIRRORLIST_MAX_ITEMS+1] = { "Specifiy the mirror manually", "-----" };
+ char *hostlist[MIRRORLIST_MAX_ITEMS+1] = { "Specify the mirror manually", "-----" };
int hostlist_index = 2, mirrorlist_index;
/* select hosts matching medium and protocol */
@@ -726,7 +726,7 @@ static int choose_mirror_from_list(char *http_proxy_host, char *http_proxy_port,
enum return_type results;
char *mirrorlist[MIRRORLIST_MAX_ITEMS+1][4];
int mirrorlist_number = 0;
- char *medialist[MIRRORLIST_MAX_MEDIA+1] = { "Specifiy the mirror manually", "-----" };
+ char *medialist[MIRRORLIST_MAX_MEDIA+1] = { "Specify the mirror manually", "-----" };
int media_number = 2;
char *selected_medium;
int fd, size, line_pos = 0;