diff options
author | Bill Nottingham <notting@redhat.com> | 2001-06-01 18:47:26 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-06-01 18:47:26 +0000 |
commit | 78df1706fffe53b60969f9e8ad47755b58700c73 (patch) | |
tree | 7a736c5fa71511650ef89268cf6f57234d8df2b2 /loader/urls.c | |
parent | d6f5119ee0f723d306e4ccf2d22548a029031855 (diff) | |
download | anaconda-78df1706fffe53b60969f9e8ad47755b58700c73.tar.gz anaconda-78df1706fffe53b60969f9e8ad47755b58700c73.tar.xz anaconda-78df1706fffe53b60969f9e8ad47755b58700c73.zip |
fix typo
Diffstat (limited to 'loader/urls.c')
-rw-r--r-- | loader/urls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/urls.c b/loader/urls.c index 5310f2d01..cdf3f6517 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 architecure\n"), + " Red Hat Linux for your architecture\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 architecure\n"), + " Red Hat Linux for your architecture\n"), 47, 5, 5, &width, &height); break; } |