summaryrefslogtreecommitdiff
path: root/src/capi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/capi.c')
-rw-r--r--src/capi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/capi.c b/src/capi.c
index 113702be..efa2cd93 100644
--- a/src/capi.c
+++ b/src/capi.c
@@ -265,7 +265,7 @@ static int Capi_url_uses_dpi(DilloUrl *url, char **server_ptr)
/*
* Build the dpip command tag, according to URL and server.
- * todo: make it PROXY-aware (AFAIS, it should be easy)
+ * TODO: make it PROXY-aware (AFAIS, it should be easy)
*/
static char *Capi_dpi_build_cmd(DilloWeb *web, char *server)
{
@@ -293,7 +293,7 @@ static char *Capi_dpi_build_cmd(DilloWeb *web, char *server)
/*
* Most used function for requesting a URL.
- * todo: clean up the ad-hoc bindings with an API that allows dynamic
+ * TODO: clean up the ad-hoc bindings with an API that allows dynamic
* addition of new plugins.
*
* Return value: A primary key for identifying the client,