summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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";