aboutsummaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc.c b/src/misc.c
index 681fbdb9..646a79dc 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -381,7 +381,7 @@ char *a_Misc_encode_base64(const char *in)
/*
* Load a local file into a dStr.
* Return value: dStr on success, NULL on error.
- * todo: a filesize threshold may be implemented.
+ * TODO: a filesize threshold may be implemented.
*/
Dstr *a_Misc_file2dstr(const char *filename)
{