| CGI: small typo fixes - geomyidae - A small C-based gopherd. | |
| git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri… | |
| Log | |
| Files | |
| Refs | |
| Tags | |
| README | |
| LICENSE | |
| --- | |
| commit 4c38a3cd677ac4ba3b61cac341ef1608508fc8d9 | |
| parent 5bc940815d5e3cc95115aec8aafc4cc71ef4dda7 | |
| Author: Hiltjo Posthuma <[email protected]> | |
| Date: Sun, 9 Jul 2017 19:15:10 +0200 | |
| CGI: small typo fixes | |
| Signed-off-by: Christoph Lohmann <[email protected]> | |
| Diffstat: | |
| M CGI | 6 +++--- | |
| 1 file changed, 3 insertions(+), 3 deletions(-) | |
| --- | |
| diff --git a/CGI b/CGI | |
| @@ -9,8 +9,8 @@ There are two modes: standard cgi and dynamic cgi. | |
| PERMISSIONS | |
| -The scripts are run using the permissions of geomyidae. It is adivsed to use | |
| -the -g and -u option of gemoyidae. | |
| +The scripts are run using the permissions of geomyidae. It is advised to use | |
| +the -g and -u options of geomyidae. | |
| BEFOREHAND | |
| @@ -36,7 +36,7 @@ When it is a plain request, the arguments will have these val… | |
| If the request is for a type 7 search element, then the entered string by | |
| the user will be seen as following: | |
| - C: /test.cgi searchterm (There is a Tab inbetwee… | |
| + C: /test.cgi searchterm (There is a TAB in-betwe… | |
| -> $search = »searchterm« | |
| -> $arguments = "" | |
| -> $host = server host |