summaryrefslogtreecommitdiff
path: root/src/nav.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-09-30 16:32:41 +0200
committerjcid <devnull@localhost>2008-09-30 16:32:41 +0200
commit0f7c6294d403e3ed80961e91f906f118e0f0adc5 (patch)
tree151cb6cc9f333a51ba15fb66ac4480bb4da0e0fa /src/nav.c
parent6deac7761c79417469c515268ba010a5f1fd60fb (diff)
- s/todo:/TODO:/g
Diffstat (limited to 'src/nav.c')
-rw-r--r--src/nav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nav.c b/src/nav.c
index c767907c..2433d7b2 100644
--- a/src/nav.c
+++ b/src/nav.c
@@ -542,7 +542,7 @@ void a_Nav_save_url(BrowserWindow *bw,
Web->bw = bw;
Web->filename = dStrdup(filename);
Web->flags |= WEB_Download;
- /* todo: keep track of this client */
+ /* TODO: keep track of this client */
a_Capi_open_url(Web, Nav_save_cb, Web);
}