From 42e4ae3a1ab87040bce5bf32e78fc8ef3c2222f2 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 5 Nov 2013 10:04:29 +0100 Subject: typo in comment --- pacredir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacredir.c b/pacredir.c index 59fc153..6a622a0 100644 --- a/pacredir.c +++ b/pacredir.c @@ -280,7 +280,7 @@ static int ahc_echo(void * cls, struct MHD_Connection * connection, const char * unsigned int recent = 0; long http_code, last_modified, last_modified_recent = 0; - /* we want to filename, not the path */ + /* we want the filename, not the path */ basename = uri; while (strstr(basename, "/") != NULL) basename = strstr(basename, "/") + 1; -- cgit v1.2.3-54-g00ecf