From a985d306a1fb5533e6fd93dbbcc04e493a126de8 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 11 Feb 2008 11:44:38 +0000 Subject: - spelling fixes --- networking/wget.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'networking/wget.c') diff --git a/networking/wget.c b/networking/wget.c index 6c1c385..36a8356 100644 --- a/networking/wget.c +++ b/networking/wget.c @@ -614,7 +614,7 @@ int wget_main(int argc, char **argv) case 206: if (beg_range) break; - /*FALLTHRU*/ + /* fall through */ default: /* Show first line only and kill any ESC tricks */ buf[strcspn(buf, "\n\r\x1b")] = '\0'; @@ -685,7 +685,7 @@ int wget_main(int argc, char **argv) case 331: if (ftpcmd("PASS ", str, sfp, buf) == 230) break; - /* FALLTHRU (failed login) */ + /* fall through (failed login) */ default: bb_error_msg_and_die("ftp login: %s", buf+4); } -- cgit v1.1