aboutsummaryrefslogtreecommitdiff
path: root/networking/wget.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-09-01 11:16:22 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2016-09-01 11:16:22 +0200
commitef15970d7ec904eb33ab572abc5de1f51b7e1cfa (patch)
treeaa790e1e462f4aebba74dd18c96625f4395148de /networking/wget.c
parent76d72376e0244a5cafd4880cdc623e37d86a75e4 (diff)
downloadbusybox-ef15970d7ec904eb33ab572abc5de1f51b7e1cfa.tar.gz
*: placate some compile warnings on OSX
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/wget.c')
-rw-r--r--networking/wget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/wget.c b/networking/wget.c
index 800ff76a6..8e642cbbe 100644
--- a/networking/wget.c
+++ b/networking/wget.c
@@ -1122,7 +1122,7 @@ static void download_one_url(const char *url)
/* fall through */
case 201: /* 201 Created */
/* "The request has been fulfilled and resulted in a new resource being created" */
- /* Standard wget is reported to treak this as success */
+ /* Standard wget is reported to treat this as success */
/* fall through */
case 202: /* 202 Accepted */
/* "The request has been accepted for processing, but the processing has not been completed" */