commit 94d509cb11422f3bcf4c09c009370f0e5acfb91b
parent 6136de9a50186b811bb80acba917e6f6ea4cfe13
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 25 Jun 2017 20:54:25 +0200
typo: "and TCP protocol" to "a TCP port"
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat:
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;
}