aboutsummaryrefslogtreecommitdiff
path: root/dpi/ftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'dpi/ftp.c')
-rw-r--r--dpi/ftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpi/ftp.c b/dpi/ftp.c
index fa64eb6e..3b1c72a1 100644
--- a/dpi/ftp.c
+++ b/dpi/ftp.c
@@ -172,7 +172,7 @@ static void make_wget_argv(char *url)
/*
* Fork, exec command, get its output and send via stdout.
- * Return: Number of bytes transfered, -1 if file-not_found, -2 if aborted.
+ * Return: Number of bytes transferred, -1 if file-not_found, -2 if aborted.
*/
static int try_ftp_transfer(char *url)
{