From e88fe7da23a43f7129ebf0001f22f25158c6ee4d Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Fri, 7 Aug 2015 22:53:25 +0100 Subject: typofix - https://github.com/vlajos/misspell_fixer --- lib/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/misc.c') 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]; -- cgit v1.2.3