diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2020-01-22 02:02:15 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2020-01-22 02:02:15 +0000 |
commit | 7fb4d1b4667658fdd1a92a2911be669c8aa78589 (patch) | |
tree | 87a4b9b6f06cc3a6b096859299506220b3378f40 /src/LYUtils.c | |
parent | 419cae0a458826eae34d29b3216f453957074d16 (diff) | |
download | lynx-snapshots-7fb4d1b4667658fdd1a92a2911be669c8aa78589.tar.gz |
snapshot of project "lynx", label v2-9-0dev_4i
Diffstat (limited to 'src/LYUtils.c')
-rw-r--r-- | src/LYUtils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYUtils.c b/src/LYUtils.c index d241f905..752e9c0b 100644 --- a/src/LYUtils.c +++ b/src/LYUtils.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYUtils.c,v 1.297 2019/08/25 22:54:34 tom Exp $ + * $LynxId: LYUtils.c,v 1.298 2020/01/21 21:35:17 tom Exp $ */ #include <HTUtils.h> #include <HTTCP.h> @@ -2311,7 +2311,7 @@ UrlTypes is_url(char *filename) /* * Can't be a URL if it lacks a colon and if it starts with '[' it's - * probably IPv6 adress. + * probably IPv6 address. */ if (NULL == StrChr(cp, ':') || cp[0] == '[') return (result); |