fix typo: DirEntry -> DirEntity (RFC1436) - gopherproxy-c - Gopher HTTP proxy i… | |
git clone git://git.codemadness.org/gopherproxy-c | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit e5016276b57d8cac431d9503c9450cb49f232b18 | |
parent 2d459eda3db761482486144a07f60a62447fd577 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Mon, 4 Aug 2025 14:43:41 +0200 | |
fix typo: DirEntry -> DirEntity (RFC1436) | |
Diffstat: | |
M gopherproxy.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/gopherproxy.c b/gopherproxy.c | |
@@ -26,7 +26,7 @@ static struct tls *t; | |
static struct tls_config *tls_config; | |
#endif | |
-#define MAX_LINE_SIZ 2048 /* max size of a DirEntry in bytes */ | |
+#define MAX_LINE_SIZ 2048 /* max size of a DirEntity in bytes */ | |
#define READ_BUF_SIZ 16384 /* read buffer size in bytes */ | |
#define MAX_RESPONSETIMEOUT 10 /* timeout in seconds */ |