summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-08-12 19:42:31 +0000
committerMike Fulbright <msf@redhat.com>2003-08-12 19:42:31 +0000
commite246e4c7efdb851561f4e49217c51888d9e5894d (patch)
treec6601ea5d97734925365c44db55f210bab3d8d27
parent8cd382f0c2ec400f091b296cf0bc627101ee248e (diff)
downloadanaconda-e246e4c7efdb851561f4e49217c51888d9e5894d.tar.gz
anaconda-e246e4c7efdb851561f4e49217c51888d9e5894d.tar.xz
anaconda-e246e4c7efdb851561f4e49217c51888d9e5894d.zip
spello
-rw-r--r--loader2/urlinstall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/urlinstall.c b/loader2/urlinstall.c
index 0a95782e7..f7d07ee41 100644
--- a/loader2/urlinstall.c
+++ b/loader2/urlinstall.c
@@ -115,7 +115,7 @@ static int loadUrlImages(struct iurlinfo * ui, int flags) {
if (FL_TEXT(flags) || totalMemory() < 128000) {
stage2img = "netstg2.img";
if (totalMemory() < 128000)
- logMessage("URLINSTALL failling back to non-GUI stage2 due to "
+ logMessage("URLINSTALL falling back to non-GUI stage2 due to "
"insufficient RAM");
} else {
stage2img = "stage2.img";