diff options
author | Christian Hesse <mail@eworm.de> | 2013-11-05 10:04:29 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-11-05 10:04:29 +0100 |
commit | 42e4ae3a1ab87040bce5bf32e78fc8ef3c2222f2 (patch) | |
tree | dd3aebc3d79ce4ebe4ef9ad656e6801af99a59ec /pacredir.c | |
parent | ea57bfda4fa7f7f038a42d56ad27650be3becd82 (diff) | |
download | pacredir-42e4ae3a1ab87040bce5bf32e78fc8ef3c2222f2.tar.gz pacredir-42e4ae3a1ab87040bce5bf32e78fc8ef3c2222f2.tar.zst |
typo in comment
Diffstat (limited to 'pacredir.c')
-rw-r--r-- | pacredir.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |