typo: url -> URL - webdump - HTML to plain-text converter for webpages
HTML git clone git://git.codemadness.org/webdump
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 278d829beb658d1eb18dba03c804d4a949e7bd43
DIR parent 180713b09a920e1e8a8e26fba3a966aaf0a8bc98
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 13 Mar 2026 12:52:07 +0100
typo: url -> URL
Diffstat:
M webdump.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/webdump.c b/webdump.c
@@ -1390,7 +1390,7 @@ handleinlinealt(void)
}
}
-/* lookup a link reference by url in the red-black tree */
+/* lookup a link reference by URL in the red-black tree */
static struct linkref *
findlinkref(const char *url)
{