summaryrefslogtreecommitdiffstats
path: root/loader/urls.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/urls.c')
-rw-r--r--loader/urls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/urls.c b/loader/urls.c
index 42d912182..6201ad31f 100644
--- a/loader/urls.c
+++ b/loader/urls.c
@@ -161,7 +161,7 @@ int urlMainSetupPanel(struct iurlinfo * ui, urlprotocol protocol,
"\n"
" o the name or IP number of your FTP server\n"
" o the directory on that server containing\n"
- " Red Hat Linux for your architecture\n"),
+ " Red Hat Linux for your architecure\n"),
47, 5, 5, &width, &height);
break;
case URL_METHOD_HTTP:
@@ -170,7 +170,7 @@ int urlMainSetupPanel(struct iurlinfo * ui, urlprotocol protocol,
"\n"
" o the name or IP number of your web server\n"
" o the directory on that server containing\n"
- " Red Hat Linux for your architecture\n"),
+ " Red Hat Linux for your architecure\n"),
47, 5, 5, &width, &height);
break;
}