diff options
author | Gevel Tekens <geveltekens@gmail.com> | 2025-02-04 23:13:27 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-02-05 21:50:39 +0100 |
commit | 6cd133d2f242d36bd48ddea44acd868f70782d0b (patch) | |
tree | d6846c0e13706fb1dbb94885cb2980a639d22735 /dpi | |
parent | 0c7e087fbd0278da9a39bd16ab9385073f1f495c (diff) |
Fix several typos
See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/thread/L3FFAINJJMIOZQNID5HC2DHKJIIIHEYH/
Diffstat (limited to 'dpi')
-rw-r--r-- | dpi/bookmarks.c | 4 | ||||
-rw-r--r-- | dpi/ftp.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dpi/bookmarks.c b/dpi/bookmarks.c index 222441d1..68b5edfb 100644 --- a/dpi/bookmarks.c +++ b/dpi/bookmarks.c @@ -142,7 +142,7 @@ CSS_STYLE " </select>\n" " , mark its operands and\n" " <input type='submit' name='submit' value='Submit'>\n" -" <p>You can also modify the bookmarks by editting the\n" +" <p>You can also modify the bookmarks by editing the\n" " <a href='file:~/.dillo/bm.txt'><code>~/.dillo/bm.txt</code></a> file.\n" "</div>\n"; @@ -1258,7 +1258,7 @@ static int Bmsrv_modify_add_url(Dsh *sh, char *s_url) section = 0; /* TODO: we should send an "Bookmark added" message, but the - msg-after-HTML functionallity is still pending, not hard though. */ + msg-after-HTML functionality is still pending, not hard though. */ /* Write new bookmarks file */ Bms_save(); @@ -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) { |