| typo: "and TCP protocol" to "a TCP port" - geomyidae - A small C-based gopherd. | |
| git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri… | |
| Log | |
| Files | |
| Refs | |
| Tags | |
| README | |
| LICENSE | |
| --- | |
| commit 94d509cb11422f3bcf4c09c009370f0e5acfb91b | |
| parent 6136de9a50186b811bb80acba917e6f6ea4cfe13 | |
| Author: Hiltjo Posthuma <[email protected]> | |
| Date: Sun, 25 Jun 2017 20:54:25 +0200 | |
| typo: "and TCP protocol" to "a TCP port" | |
| Signed-off-by: Christoph Lohmann <[email protected]> | |
| Diffstat: | |
| M main.c | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/main.c b/main.c | |
| @@ -450,7 +450,7 @@ main(int argc, char *argv[]) | |
| } | |
| } | |
| if(listfd < 0) { | |
| - perror("You did not specify and TCP protocol."); | |
| + perror("You did not specify a TCP port."); | |
| return 1; | |
| } | |