aboutsummaryrefslogtreecommitdiff
path: root/dpi
diff options
context:
space:
mode:
Diffstat (limited to 'dpi')
-rw-r--r--dpi/bookmarks.c4
-rw-r--r--dpi/ftp.c2
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();
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)
{