From 6cd133d2f242d36bd48ddea44acd868f70782d0b Mon Sep 17 00:00:00 2001 From: Gevel Tekens Date: Tue, 4 Feb 2025 23:13:27 +0100 Subject: Fix several typos See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/thread/L3FFAINJJMIOZQNID5HC2DHKJIIIHEYH/ --- dpi/ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dpi/ftp.c') 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) { -- cgit v1.2.3