| fix minor typos - geomyidae - A small C-based gopherd. | |
| git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri… | |
| Log | |
| Files | |
| Refs | |
| Tags | |
| README | |
| LICENSE | |
| --- | |
| commit e30cf288033efc710833738376b563169d008044 | |
| parent b9564e67ddb252ea67bae5795f38d11223702ea9 | |
| Author: Hiltjo Posthuma <[email protected]> | |
| Date: Sun, 4 Feb 2018 14:00:14 +0100 | |
| fix minor typos | |
| Signed-off-by: Christoph Lohmann <[email protected]> | |
| Diffstat: | |
| M README | 2 +- | |
| M geomyidae.8 | 2 +- | |
| 2 files changed, 2 insertions(+), 2 deletions(-) | |
| --- | |
| diff --git a/README b/README | |
| @@ -3,7 +3,7 @@ A gopherd for Linux/BSD. | |
| Features: | |
| * gopher menus (see index.gph for an example) | |
| * dir listings (if no index.gph was found) | |
| - * cgi support (.cgi files are executed) | |
| + * CGI support (.cgi files are executed) | |
| * search support in CGI files | |
| * logging (-l option) and loglevels (-v option) | |
| diff --git a/geomyidae.8 b/geomyidae.8 | |
| @@ -328,7 +328,7 @@ All terms are tab-separated (per gopher protocol) which can… | |
| surprises depending on how a script is written. See the CGI file (included | |
| in the geomyidae source archive) for further elaboration. | |
| .Pp | |
| -QUIRK: The original gopher client tried to be too intellignet. It is using | |
| +QUIRK: The original gopher client tried to be too intelligent. It is using | |
| gopher+ when you request some resource. When "search" is just the value "+", | |
| "!", "$" or empty, geomyidae will display a gopher+ redirect instead of invoki… | |
| script. Be careful to design your search script so the user is unlikely to |