diff options
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) { |