diff options
author | jcid <devnull@localhost> | 2008-09-30 16:32:41 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-30 16:32:41 +0200 |
commit | 0f7c6294d403e3ed80961e91f906f118e0f0adc5 (patch) | |
tree | 151cb6cc9f333a51ba15fb66ac4480bb4da0e0fa /dpi/bookmarks.c | |
parent | 6deac7761c79417469c515268ba010a5f1fd60fb (diff) |
- s/todo:/TODO:/g
Diffstat (limited to 'dpi/bookmarks.c')
-rw-r--r-- | dpi/bookmarks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dpi/bookmarks.c b/dpi/bookmarks.c index 36615496..e5447331 100644 --- a/dpi/bookmarks.c +++ b/dpi/bookmarks.c @@ -12,7 +12,7 @@ * */ -/* Todo: this server is not assembling the received packets. +/* TODO: this server is not assembling the received packets. * This means it currently expects dillo to send full dpi tags * within the socket; if that fails, everything stops. * This is not hard to fix, mainly is a matter of expecting the @@ -1314,7 +1314,7 @@ static int Bmsrv_modify_add_url(SockHandler *sh, char *s_url) dFree(url); section = 0; - /* todo: we should send an "Bookmark added" message, but the + /* TODO: we should send an "Bookmark added" message, but the msg-after-HTML functionallity is still pending, not hard though. */ /* Write new bookmarks file */ |