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/LYMain.c | |
parent | 419cae0a458826eae34d29b3216f453957074d16 (diff) | |
download | lynx-snapshots-7fb4d1b4667658fdd1a92a2911be669c8aa78589.tar.gz |
snapshot of project "lynx", label v2-9-0dev_4i
Diffstat (limited to 'src/LYMain.c')
-rw-r--r-- | src/LYMain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYMain.c b/src/LYMain.c index 38a9c4d3..6d51ef13 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYMain.c,v 1.286 2019/09/18 22:20:44 Steffen.Nurpmeso Exp $ + * $LynxId: LYMain.c,v 1.287 2020/01/21 22:19:23 tom Exp $ */ #include <HTUtils.h> #include <HTTP.h> @@ -1789,7 +1789,7 @@ int main(int argc, #endif /* - * Check for a help file URL in the environment. Overiding + * Check for a help file URL in the environment. Overriding * compiled-in default and configuration file setting, if found. */ if ((cp = LYGetEnv("LYNX_HELPFILE")) != NULL) |