aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-11-05 10:04:29 +0100
committerGravatar Christian Hesse <mail@eworm.de>2013-11-05 10:04:29 +0100
commit42e4ae3a1ab87040bce5bf32e78fc8ef3c2222f2 (patch)
treedd3aebc3d79ce4ebe4ef9ad656e6801af99a59ec
parentea57bfda4fa7f7f038a42d56ad27650be3becd82 (diff)
downloadpaccache-42e4ae3a1ab87040bce5bf32e78fc8ef3c2222f2.tar.gz
paccache-42e4ae3a1ab87040bce5bf32e78fc8ef3c2222f2.tar.zst
typo in comment
-rw-r--r--pacredir.c2
1 files changed, 1 insertions, 1 deletions
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;