aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/misc.c b/lib/misc.c
index 26a604cf..1a8ceab0 100644
--- a/lib/misc.c
+++ b/lib/misc.c
@@ -294,7 +294,7 @@ void http_decode(char *s)
}
/* Warning: This one explodes the string. Worst-cases can make the string 3x its original size! */
-/* This fuction is safe, but make sure you call it safely as well! */
+/* This function is safe, but make sure you call it safely as well! */
void http_encode(char *s)
{
char t[strlen(s) + 1];